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!