debugging problem with ode45
Version 1.0.0.0 (1.62 KB) by
xue
Error using ==> exist
The first input to exist is a string.
??? Error using ==> exist
The first input to exist is a string.
Error in ==> odearguments at 80
if (exist(ode)==2) % M-file
Error in ==> ode45 at 173
[neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, odeArgs, odeFcn, ...
Error in ==> co2 at 20
[t,y]=ode45(dy,[0 3000],ones(12,1),options)
Cite As
xue (2023). debugging problem with ode45 (https://www.mathworks.com/matlabcentral/fileexchange/35065-debugging-problem-with-ode45), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2009a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Numerical Integration and Differential Equations > Ordinary Differential Equations >
Find more on Ordinary Differential Equations in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |