How can I numerically solve the following state space equations in MATLAB. Any comment will be appreciated.
조회 수: 1 (최근 30일)
이전 댓글 표시
D^q1 x(t) = y(t)
D^q2 y(t) = z(t); % q2 = 1 - q1.
D z(t) = [fsin(wt) - cy - kx - delta x^3]*(1/m)
댓글 수: 0
답변 (1개)
farheen asdf
2015년 7월 11일
Tf2ss is used to convert transfer function into state space equations. You can find the transfer function using the solve command after you have converted your equations into S plane.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Partial Differential Equation Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!