Hey i need help in ODE45...i'm new to PF...pls help me
i have the following code
>>for i=1:5
>>tspan=[0 30]
>>h0=Hv(i)
>>[t,h]=ode45['a ODEfunction',tspan,h0]
>>plot(t,h)
>>end
in this loop how can i save 5 values of [t,h],
as t, h produces each loop run like follows
t=
1
2
3...