cdops (MathScript RT Module Class)
- Updated2023-03-14
- 1 minute(s) read
Requires: Control Design and Simulation Module and MathScript RT Module
Use members of the cdops class of Control Design MathScript RT Module functions to perform unary and binary arithmetic operations.
| Function | Description |
|---|---|
| inv | Inverts a system model |
| leftdivmx | Performs left matrix (backslash) division |
| minus | Performs element-wise subtraction |
| minus1 | Computes the unary minus |
| multmx | Performs matrix multiplication |
| plus | Performs element-wise addition |
| powermx | Computes the matrix power |
| rightdivmx | Performs right matrix (slash) division |
| transpose | Transposes a multiple-input multiple-output (MIMO) system model |