How can I model a delay differential equation in simulink?
Show older comments
Hi I'm looking to model the following non linear delay differential equation modelling a single point turning situation in Simulink in order to then be able to apply a control to the process. However I'm having difficulty doing so and was hoping someone would help me out?
xddot= -a*xdot - b*(x+x^3 )- c*x(t-1)
Where: xddot is the second derivative of x;
xdot is the first derivate of x;
a, b and c are constants;
Accepted Answer
More Answers (0)
Categories
Find more on Configure Simulation Conditions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!