simulate non linear system
显示 更早的评论

how can I simulate (48)? usually I used the function lsim, but in this case I have only matrices A and B.
1 个评论
darova
2019-11-25
for k = 1:n-1
dx(k+1) = A*dx(k) + B*du(k) + d(k);
end
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Dynamic System Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!