Question
I use FINDOP to find an equilibrium point of my model. I use the output with LINMOD or DLINMOD, and the system does not behave as expected because the states are out of order.
Related Questions
Expert Answer
Neeta Dsouza
PhD Expert
Answered Nov 20, 2025
Functions FINDOP and LINEARIZE in Simulink Control Design 3.0 (R2009b) define states in a different order than functions in Simulink (TRIM and LINMOD).
The Simulink Control Design functions are intended to be used together, and the Simulink functions are intended to be used together.
The GETXU and GETSTATESTRUCT commands reorder the states output from FINDOP into the order used by Simulink (including LINMOD and DLINMOD). GETXU puts the states in a vector, and GETSTATESTRUCT puts the states in a structure.
There is no direct method to reorder the states output from TRIM into a form usable by LINEARIZE. As a workaround, one can manually reorder the states.
Have a different question? Ask here