Input arguments error on line 2
Mostra commenti meno recenti
I am getting input arguments error on line 2 of the function
3 Commenti
Andy
il 21 Ott 2020
What data are you trying to pass to the function?
Does the error happen with different data?
Ameer Hamza
il 21 Ott 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
il 21 Ott 2020
where is W being used?
Risposta accettata
Più risposte (1)
Ameer Hamza
il 21 Ott 2020
How are you running this function? You need to pass input aguments to get an output
out = ODEfun(0, 1)
Categorie
Scopri di più su Systems of Nonlinear Equations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!