Help with ODE45 solver issue
显示 更早的评论
Hello
Im working on a group project for a course, and when attempting to run my code i am given these errors in this sequence:
Error in ode45 (line 115)
odearguments(FcnHandlesUsed, solver_name, ode, tspan, y0, options, varargin);
Error in projectbees (line 18)
[t,states] = ode45(@beederivatives2, [t0 tend], states0, options);
It has happened sevral times not only with this project, but with other codes as well, and for the most part, my group and I's codes are the same (aside from some varying initial conditions) I was wondering if anyone could help me out. Files linked below if needed.


回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Programming 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!