second order to first order
Show older comments
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)
Accepted Answer
More Answers (1)
Cesar Cardenas
on 24 Aug 2022
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
