info (Control Design and Simulation Module, MathScript Class)
Use members of the info class to obtain information about a system model.
Function | Description |
areequal | Determines whether two models are identical |
aresimilar | Determines whether two models are similar |
get | Returns information about a system model |
hasdelay | Determines whether a system model has delays |
isct | Determines whether a system model is continuous |
isctrb | Determines whether a system model is controllable or stabilizable |
isdt | Determines whether a system model is discrete |
isempty | Determines whether a system model is empty |
isobsv | Determines whether a system model is observable or detectable |
isproper | Determines whether a system model is proper |
issiso | Determines whether a system model is single-input single-output (SISO) |
isstable | Determines whether a system model is stable |
ndims | Returns the number of dimensions of a system model |
set | Sets information to a system model |
size | Returns the size of a system model |
ssdata | Returns information about a state-space system model |
tfdata | Returns information about a transfer function system model |
zpkdata | Returns information about a zero-pole-gain system model |