Error using odearguments (line 93) must return a column vector

18 vues (au cours des 30 derniers jours)
Stephanie Rupert Jackson
Stephanie Rupert Jackson le 28 Nov 2020
Commenté : Image Analyst le 28 Nov 2020
Why does it have to return a column vector?
How can I fix this?

Réponses (1)

Stephan
Stephan le 28 Nov 2020
Modifié(e) : Stephan le 28 Nov 2020
Add this line in your ode function at the last line:
NameOfYourOutputVariable = NameOfYourOutputVariable(:);
This should fix the error.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by