euler

Type: External

Group: FunFun

Syntax

[t,y] = euler (function, [t0 tf], y0, dt)

Description

Integration of a given function using Euler's method.

Examples

[t,y]=euler('vdp1',[0,10],[2,0],0.1)

See Also