Input arguments error on line 2
Ältere Kommentare anzeigen
I am getting input arguments error on line 2 of the function
3 Kommentare
Andy
am 21 Okt. 2020
What data are you trying to pass to the function?
Does the error happen with different data?
Ameer Hamza
am 21 Okt. 2020
Why are you calling ode45 inside the ODEfun and using ODEfun as a function handle. This will not work and cause infinite recursion.
drummer
am 21 Okt. 2020
where is W being used?
Akzeptierte Antwort
Weitere Antworten (1)
Ameer Hamza
am 21 Okt. 2020
How are you running this function? You need to pass input aguments to get an output
out = ODEfun(0, 1)
Kategorien
Mehr zu Systems of Nonlinear Equations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!