Can I do this using matlab or simulink?

조회 수: 1 (최근 30일)
meng fowler
meng fowler 2020년 12월 13일
답변: Paul 2020년 12월 14일
Hello ! I have this simulink model. How can I find the states variables using matlab/simulink?
  댓글 수: 2
Paul
Paul 2020년 12월 13일
What do you mean by “find the state variables”? What exactly are you trying to find?
meng fowler
meng fowler 2020년 12월 14일
the state variables
x'1=.....
x'2=....
x'3=....
I wanna find this equations

댓글을 달려면 로그인하십시오.

답변 (1개)

Paul
Paul 2020년 12월 14일
It looks like the Simulink model is that of a linear time invariant (LTI) system. If that is the case one can use linmod to get the state space model, which will include the equations you seek
doc linmod
If the model is not LTI, I'm unaware of any way to determine the underlying differential equations from the block diagram.

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by