Define formulas for ODE input
Mostrar comentarios más antiguos
Hi all,
I would like to ask your help for a problem which is probably simple but I cannot find the proper way to do it. I have to solve a set of ODEs with the ode15s, defined as:
- d^2A/dy^2 + C*(dA/dy) - C*dB/dy = 0
- dB/dy = 1/C*f(B)
I am now however stuck on how to define these coupled ODEs so they can be solved by ode15s (or any other solver). Does anyone have a suggestion on how I can do this?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Robotics 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!