Error using odearguments (line 93) must return a column vector
Mostra commenti meno recenti
Why does it have to return a column vector?
How can I fix this?
1 Commento
Image Analyst
il 28 Nov 2020
Fix what???
Risposte (1)
Add this line in your ode function at the last line:
NameOfYourOutputVariable = NameOfYourOutputVariable(:);
This should fix the error.
Categorie
Scopri di più su Ordinary Differential Equations 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!