second order to first order
Ältere Kommentare anzeigen
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)
Akzeptierte Antwort
Weitere Antworten (1)
Cesar Cardenas
am 24 Aug. 2022
Kategorien
Mehr zu State-Space Control Design finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

