second order to first order
이전 댓글 표시
Hello, I'm trying to convert this system to as described here:

This is my attempt but not sure...any help will be greatly appreciated. Thanks
syms x(t)
eqn = diff(x,2) + diff(x,t)*x == u;
V = odeToVectorField(eqn)
채택된 답변
추가 답변 (1개)
Cesar Cardenas
2022년 8월 24일
카테고리
도움말 센터 및 File Exchange에서 State-Space Control Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

