Nonlinear State-Space simulation

71 vues (au cours des 30 derniers jours)
Estela Nieto
Estela Nieto le 23 Mai 2020
Commenté : Estela Nieto le 25 Mai 2020
Hello everyone,
I have to simulate this nos linear sistem
where k0= 1x10^-4,x1, x2 and x3 are the states and u(t) is the control input.
Could you tell me plese how to simulate this system either using Matlab or Simulink?

Réponses (1)

Gautam
Gautam le 24 Mai 2020
1) You can use ode45 for solving these equations in MATLAB (Refer the examples here to understand how to use ode45 for solving non-linear differential equations: )
2) For simulink implementation: Refer this blogpost https://blogs.mathworks.com/simulink/2008/05/23/how-to-draw-odes-in-simulink/ . Although this talks about a simple homogenous ODE, the example can be extended to solve your equations.
Goodluck!
  1 commentaire
Estela Nieto
Estela Nieto le 25 Mai 2020
Thank you very much :)

Connectez-vous pour commenter.

Catégories

En savoir plus sur Linearization dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by