Input arguments error on line 2
显示 更早的评论
I am getting input arguments error on line 2 of the function
3 个评论
Andy
2020-10-21
What data are you trying to pass to the function?
Does the error happen with different data?
Ameer Hamza
2020-10-21
Why are you calling ode45 inside the ODEfun and using ODEfun as a function handle. This will not work and cause infinite recursion.
drummer
2020-10-21
where is W being used?
采纳的回答
更多回答(1 个)
Ameer Hamza
2020-10-21
How are you running this function? You need to pass input aguments to get an output
out = ODEfun(0, 1)
类别
在 帮助中心 和 File Exchange 中查找有关 Systems of Nonlinear Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!