필터 지우기
필터 지우기

simulate non linear system

조회 수: 2 (최근 30일)
massimiliano frasca
massimiliano frasca 2019년 11월 25일
댓글: darova 2019년 11월 25일
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개)

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by