Not enough input arguments.
Show older comments
Hi everybody
I am trying to solve a couples ODE system, I wrote the code below but it has an error. I changed the code several times but it didnt work. How can I fix it???
thank you.

3 Comments
Rik
on 25 Jan 2021
If you had pasted your code as code, others can actually run it.
Mohammad Hasn Hashemi
on 25 Jan 2021
Walter Roberson
on 25 Jan 2021
function Idot=motor(t,Z)
output should be Zdot not Idot
Accepted Answer
More Answers (0)
Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!