have output equations displayed in term of inputs of Simulink model
조회 수: 4 (최근 30일)
이전 댓글 표시
Say I have a Simulink model with n inputs and m outputs. Is there a way to display the m output equations analytically in terms of the n inputs: output(k) = f_k(input(1), input(2),...,input(n)) for k = 1 to m. Cheers.
댓글 수: 2
Nishant Gupta
2020년 1월 21일
Do you want to display the outputs or output equations? And can you send the model on which you are working?
답변 (1개)
Nishant Gupta
2020년 1월 22일
For the given model, you can use Linear Analysis Tool to linearize the model. Refer this link to know more about this tool.
You can also refer to the following videos on trimming and linearization:
참고 항목
카테고리
Help Center 및 File Exchange에서 Linearization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!