Azzera filtri
Azzera filtri

simulate non linear system

2 visualizzazioni (ultimi 30 giorni)
massimiliano frasca
massimiliano frasca il 25 Nov 2019
Commentato: darova il 25 Nov 2019
Cattura.PNG
how can I simulate (48)? usually I used the function lsim, but in this case I have only matrices A and B.
  1 Commento
darova
darova il 25 Nov 2019
for k = 1:n-1
dx(k+1) = A*dx(k) + B*du(k) + d(k);
end

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Dynamic System Models in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by