Matlab & Simulink answers for state space model are different?

1 vue (au cours des 30 derniers jours)
Shehara Perera
Shehara Perera le 9 Fév 2018
Commenté : Shehara Perera le 10 Fév 2018
Plots of matlab and simulink state-space model are different. Matlab stepplot makes sense and correct.But simulink model with same matrices and same input is not. Cannot find what went wrong?

Réponse acceptée

Birdman
Birdman le 10 Fév 2018
It is because that in your code, you discretize your system already and most probably you used discretized version in Simulink, which are Ad,Bd,Cd,Dd but you need to use continuous forms of them and make the discretizing in Simulink explicitly. See the attached model. Run it and see the results.

Plus de réponses (0)

Catégories

En savoir plus sur Event Functions dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by