| Control System Toolbox Function Reference | ![]() |
Syntax
boo = isempty(sys)
Description
isempty(sys)
returns 1 (true) if the LTI model sys has no input or no output, and 0 (false) otherwise.
Example
isempty(tf) % tf by itself returns an empty transfer function isempty(ss(1,2,[],[]))
isempty(ss(1,2,3,4))
See Also
issisoTrue for SISO systems
sizeI/O dimensions and array dimensions of LTI models
| isct, isdt | isproper | ![]() |