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

Test if an LTI model is single-input/single-output (SISO)

Syntax

Description

issiso(sys) returns 1 (true) if the LTI model sys is SISO and 0 (false) otherwise.

See Also

isempty     True for empty LTI models

size        I/O dimensions and array dimensions of LTI models



[ Previous | Help Desk | Next ]