Trim command to get equlibrium point of SIMILINK model
2 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!