You are on page 1of 2

VIII.

MODUL 8
VIII.1 Flowchart Ode 23

START

Function dy = yp (t,y)
dy = persamaan

END

START

[t,y]=ode23(yp,[x0,x1],y0)
[t,y]
Plot (t,y,*warna)
Xlabel(x)
Ylabel(y)

END

27
VIII.2 Flowchart Ode 45

START

Function dy = yp (t,y)
dy = persamaan

END

START

[t,y]=ode45(yp,[x0,x1],y0)
[t,y]
Plot (t,y,*warna)
Xlabel(x)
Ylabel(y)

END

28

You might also like