1st order ODE's numerical solution with EULER method
Version 1.0.0.0 (1.9 KB) by
Sulaymon Eshkabilov
[t, y]=EULER_modified_ODE(f, t0, y0, tend, Niter)
%%%%%%%%%%%%%%%%%% EULER_modified_ODE.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Euler modified approximation method to solve IVP ODEs
% f defines the function f(t,y)
% t0 defines initial value of t
% y0 defines initial value of y
Cite As
Sulaymon Eshkabilov (2023). 1st order ODE's numerical solution with EULER method (https://www.mathworks.com/matlabcentral/fileexchange/31429-1st-order-ode-s-numerical-solution-with-euler-method), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2009b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
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 |