Trim command to get equlibrium point of SIMILINK model

I Have a 11 set of differential equations implemented in SIMLINK
using intergrator blocks.I want the steady state equlibrium point of that simulink model
I am using trim command to get the ss point.
I am getting the ss point but i dont know in what order it is coming .
I used fsolve fun and mat code and got the ss points as
1.008436704283612;
1.008436704283612;
5.082926180151480;
0.917608004071853;
0.107666904207312;
0.114826619870296;
-0.924482086233308;
1.070338388783372;
0.754785755424204;
-0.984432718955416;
-0.922363231177016
But using trim command i am getting
X =
1.008436704244311
1.008436704244311
-0.984432719043593
-0.922363227864769
-0.924482086565964
1.070338388862928
0.114826619822851
0.754785751838369
5.082926179852830
0.107666904183011
0.917608004403847
What affects the order of state vraiables ?pls any answers

Answers (0)

Categories

Find more on General Applications in Help Center and File Exchange

Asked:

on 8 Sep 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!