Can I do this using matlab or simulink?

2 Ansichten (letzte 30 Tage)
meng fowler
meng fowler am 13 Dez. 2020
Beantwortet: Paul am 14 Dez. 2020
Hello ! I have this simulink model. How can I find the states variables using matlab/simulink?
  2 Kommentare
Paul
Paul am 13 Dez. 2020
What do you mean by “find the state variables”? What exactly are you trying to find?
meng fowler
meng fowler am 14 Dez. 2020
the state variables
x'1=.....
x'2=....
x'3=....
I wanna find this equations

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Paul
Paul am 14 Dez. 2020
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.

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by