Define formulas for ODE input
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Robotics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!