How can i linearized my power system model using linmodv5 command .
이전 댓글 표시
I want to find out eigen values around an operating point, for that i am using linmodv5 function as [A B C D]=linmodv5('sys',x,u,para,xpert,upert). para apply the perturbations in all the states. I want to disturb the system by varying load. How we can use the linmodv5 with para.
답변 (1개)
Shaggy
2015년 3월 10일
0 개 추천
use power_analyze command to get the state-space model for the system. then use linmodv5 after u get the ABCD parameters. I think this should work.
카테고리
도움말 센터 및 File Exchange에서 Trimming and Linearization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!