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

답변 (1개)

Stephan
Stephan 2020년 11월 28일
편집: Stephan 2020년 11월 28일
Add this line in your ode function at the last line:
NameOfYourOutputVariable = NameOfYourOutputVariable(:);
This should fix the error.

카테고리

태그

질문:

2020년 11월 28일

댓글:

2020년 11월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by