Control System Toolbox
  Go to function:
    Search    Help Desk 
isempty    Examples   See Also

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 | Help Desk | Next ]