dynchar (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 dynchar class of Control Design MathScript RT Module functions to calculate properties related to the dynamics of a given system model.
| Function | Description |
|---|---|
| covar | Returns the covariance of the outputs and/or states of a system model |
| damp | Calculates the damping ratios and natural frequencies of system model poles |
| dcgain | Calculates the DC gain of a system model |
| iopzgraph | Plots the poles of a control system |
| norm | Calculates the H-infinity or the H-2 norm of a system model |
| poles | Returns the locations of system model poles |
| pzgraph | Plots the poles and zeros of a system model |
| rlocusfind | Creates an interactive Evans, or root locus, plot that you use to vary the feedback gain to place poles in specific locations |
| rlocus | Creates an Evans, or root locus, plot of a system model |
| sortdown | Sorts a complex vector in descending order |
| sortdownreal | Sorts a complex vector based on the real and imaginary parts of each element |
| totaldelay | Returns the total delay in a system model |
| zero | Returns the locations of system model zeros |