second order to first order
Mostrar comentarios más antiguos
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)
Respuesta aceptada
Más respuestas (1)
Cesar Cardenas
el 24 de Ag. de 2022
Categorías
Más información sobre State-Space Control Design en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

