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 で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!