ml_assert_sosys
Checks if a given structure is a second-order system.
Contents
Syntax
ml_assert_sosys(sys)
Description
This function checks if a given structure is a second-order system with appropriate matrices and dimensions and throws an error if not.
Input
sys - structure, which shall be checked
Output
---
See Also