Why are my states out of order when I use FINDOP with LINMOD?

Illustration
the_honst32 - 2021-09-03T10:25:01+00:00
Question: Why are my states out of order when I use FINDOP with LINMOD?

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.  

Expert Answer

Profile picture of Neeta Dsouza Neeta Dsouza answered . 2025-11-20

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.


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!