필터 지우기
필터 지우기

Nonlinear State-Space simulation

조회 수: 78 (최근 30일)
Estela Nieto
Estela Nieto 2020년 5월 23일
댓글: Estela Nieto 2020년 5월 25일
Hello everyone,
I have to simulate this nos linear sistem
where k0= 1x10^-4,x1, x2 and x3 are the states and u(t) is the control input.
Could you tell me plese how to simulate this system either using Matlab or Simulink?

답변 (1개)

Gautam
Gautam 2020년 5월 24일
1) You can use ode45 for solving these equations in MATLAB (Refer the examples here to understand how to use ode45 for solving non-linear differential equations: )
2) For simulink implementation: Refer this blogpost https://blogs.mathworks.com/simulink/2008/05/23/how-to-draw-odes-in-simulink/ . Although this talks about a simple homogenous ODE, the example can be extended to solve your equations.
Goodluck!

카테고리

Help CenterFile Exchange에서 Nonlinear Control에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by