Input arguments error on line 2
Afficher commentaires plus anciens
I am getting input arguments error on line 2 of the function
3 commentaires
Andy
le 21 Oct 2020
What data are you trying to pass to the function?
Does the error happen with different data?
Ameer Hamza
le 21 Oct 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
le 21 Oct 2020
where is W being used?
Réponse acceptée
Plus de réponses (1)
Ameer Hamza
le 21 Oct 2020
How are you running this function? You need to pass input aguments to get an output
out = ODEfun(0, 1)
Catégories
En savoir plus sur Systems of Nonlinear Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!