second order to first order
Mostra commenti meno recenti
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)
Risposta accettata
Più risposte (1)
Cesar Cardenas
il 24 Ago 2022
Categorie
Scopri di più su State-Space Control Design in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

