isstatic

Checks if model is static or dynamic.

Syntax

  • res = isdt(sys)

Input argument

  • sys - a lti model.

Output argument

  • res - a logical: true if model is static.

Description

Checks if model is static.

Example

sys = tf(magic(3));
isstatic(sys)

See also

isct.

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated