simulate non linear system

2 visualizaciones (últimos 30 días)
massimiliano frasca
massimiliano frasca el 25 de Nov. de 2019
Comentada: darova el 25 de Nov. de 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 comentario
darova
darova el 25 de Nov. de 2019
for k = 1:n-1
dx(k+1) = A*dx(k) + B*du(k) + d(k);
end

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Dynamic System Models en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by