MATLAB: How to use trim to calculate equilibrium points of the model and use them as initial states for it in Simulink 7.4 (R2009b)

equilibriuminitialsimulinkstatestrim

I am using trim to calculate equilibrium points of my system in Simulink 7.4 (R2009b).
Now I want to use the equilibrium points as initial states in my model.

Best Answer

You can use the trim function to calculate equilibrium states of your model. See the following link for further information:
<http://www.mathworks.com/access/helpdesk/help/toolbox/simulink/slref/trim.html>
You can use these values as initial states in your model. See the attached files to see how this can be done.