RK4 error for the code
Show older comments
Hi, I am integrating a differential equation using the code attached in the image.While i am executing my code i am getting the following error message,Can anyone help me with this.
??? Error using ==> feval
Argument must contain a string or function_handle.
Error in ==> rk4 at 21
k1 = h*feval(f,xo,u);
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!