Clear Filters
Clear Filters

simulate non linear system

2 views (last 30 days)
massimiliano frasca
massimiliano frasca on 25 Nov 2019
Commented: darova on 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 Comment
darova
darova on 25 Nov 2019
for k = 1:n-1
dx(k+1) = A*dx(k) + B*du(k) + d(k);
end

Sign in to comment.

Answers (0)

Categories

Find more on Dynamic System Models in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!