Why obtaining an error while displaying Runge kutta code
显示 更早的评论
Hello,
While I run out the code for Runge_Kutta, an error appears as "not enough input arguments" in line 2.
1 function y=y(x)
2 y=sin(x)+2;
3 x0=0;
4 y0=1;
5 x1=4.5;
6 tol=0.02;
7 r=menue
......
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Runge Kutta Methods 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!