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!