Function Reference | ![]() ![]() |
Test if an LTI model is proper
Syntax
Description
isproper(sys)
returns 1
(true) if the LTI model sys
is proper and 0
(false) otherwise.
State-space models are always proper. SISO transfer functions or zero-pole-gain models are proper if the degree of their numerator is less than or equal to the degree of their denominator. MIMO transfer functions are proper if all their SISO entries are proper.
Example
return false and true, respectively.
![]() | isempty | issiso | ![]() |