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

darova
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에 대해 자세히 알아보기

질문:

2019년 11월 25일

댓글:

2019년 11월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by