Control System Toolbox Previous page   Next Page
isempty

Test if an LTI model is empty

Syntax

Description

isempty(sys) returns 1 (true) if the LTI model sys has no input or no output, and 0 (false) otherwise.

Example

Both commands

return 1 (true) while

returns 0 (false).

See Also
issiso      True for SISO systems

size        I/O dimensions and array dimensions of LTI models


Previous page  isct, isdt isproper Next page

© 1994-2005 The MathWorks, Inc.