How to stop, reset the variables and restart an ODE solver?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to solve a system of equations in which I want to stop the solver at certain t-values, reset the value of depenedent variables, and restart the solver. Is there an example that I can look at and try to mimic?
0 comentarios
Respuestas (1)
Walter Roberson
el 3 de Abr. de 2019
Look at ballode and how it uses "events", and observe how it loops calls until the entire time is complete.
Ver también
Categorías
Más información sobre Ordinary Differential Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!