Input arguments error on line 2
Mostrar comentarios más antiguos
I am getting input arguments error on line 2 of the function
3 comentarios
Andy
el 21 de Oct. de 2020
What data are you trying to pass to the function?
Does the error happen with different data?
Ameer Hamza
el 21 de Oct. de 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
el 21 de Oct. de 2020
where is W being used?
Respuesta aceptada
Más respuestas (1)
Ameer Hamza
el 21 de Oct. de 2020
How are you running this function? You need to pass input aguments to get an output
out = ODEfun(0, 1)
Categorías
Más información sobre Systems of Nonlinear Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!