Can I do this using matlab or simulink?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/459690/image.png)
Hello ! I have this simulink model. How can I find the states variables using matlab/simulink?
2 commentaires
Paul
le 13 Déc 2020
What do you mean by “find the state variables”? What exactly are you trying to find?
Réponses (1)
Paul
le 14 Déc 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.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!