Trimming a subsystem in simulink
이전 댓글 표시
I am trying to linearize a nonlinear model. The nonllinear model is a subsystem in my simulink model file. I defined my I/O signals in simulink model but when I am trying to find the operating point for linearization i.e. trimming the model, simulink says that my model does not have any input or output points. My whole simulink model file does not have any inputs or output ports but a subystem of my model has them and I want to linearize only that subystem.
On the other hand, I am able to linearize this subsystem because linearize function allows me to linearize individual blocks or subsystems. But I cannot choose a trimming point about which I want to linearize the subystem. Does Simulink allow me to do this?
댓글 수: 2
Ryan G
2013년 3월 11일
Can you upload an image of your model showing the input and output points?
Are you using the linearization GUI or the trim function? If you use the GUI you can export into MATLAB code once it is successful for easier implementation.
Shyam Mudiraj
2013년 3월 11일
채택된 답변
추가 답변 (1개)
YI YANG
2016년 11월 28일
0 개 추천
I have the exactly the same question on how to linearize my simulink block. I think my case is a little bit more complicated than Shyam's. All my 8 states won't be stable if there's no input signals, which means I must specify my input signals before doing the linearization. Are there any tricks here let me tell simulink what my inputs are?
Thanks so much
카테고리
도움말 센터 및 File Exchange에서 Event Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!