How to use more that one initial conditions In ODE45

1 view (last 30 days)
tfinal=10; for k=1:10 x0=[1+k; 0.2+k] % 11 initial condtions
[t,x]=ode45('lorenzeq',[0,tfinal],x0);
end
% Final initial condition only work other or not work. How to design the loop.
% please send the answer

Answers (1)

Mischa Kim
Mischa Kim on 6 May 2014
Velmurugan, see this answer for reference.

Categories

Find more on Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!