Error occurring while solving odes using ode15s
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I am trying to solve a systems of nonlinear ODE using ODE15s but I keep getting an error after about 29 seconds and I can't figure out what is causing the error.
see a screen shot of the error.
What could be the likely cause of this error.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/699897/image.png)
10 Commenti
Risposte (1)
Sulaymon Eshkabilov
il 1 Ago 2021
Modificato: Sulaymon Eshkabilov
il 1 Ago 2021
The computed solution might be "nan" or "inf" only. Briefly speaking the size mismatch.
2 Commenti
Walter Roberson
il 1 Ago 2021
I do not understand how this could explain the error message about trying to mix sparse and single in a * operation ?
Vedere anche
Categorie
Scopri di più su Ordinary Differential Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!