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!