simulate non linear system
Afficher commentaires plus anciens

how can I simulate (48)? usually I used the function lsim, but in this case I have only matrices A and B.
1 commentaire
darova
le 25 Nov 2019
for k = 1:n-1
dx(k+1) = A*dx(k) + B*du(k) + d(k);
end
Réponses (0)
Catégories
En savoir plus sur Dynamic System Models dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!