필터 지우기
필터 지우기

Solve state matrix using Runge-Kutta 4th Order

조회 수: 1 (최근 30일)
ANAND ASP
ANAND ASP 2020년 12월 29일
I have this state space equation in the form of (dx = Ax+ Bu)
a(i,j) is constants
[dx1; dx2; dx3] = [a11 a12 0 0; 0 a22 a23 0; a31 0 a33] * [x1; x2; x3] + [b1; 0; 0]*u
where u is step signal
time step (h)= 0.01
run upto 30sec
how can i solve this equation using runge kutta 4th order? can anyone help in detail by code

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by