How to use more that one initial conditions In ODE45
이전 댓글 표시
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
답변 (1개)
Mischa Kim
2014년 5월 6일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!