How can run ODE for different time span?

1 vue (au cours des 30 derniers jours)
Padmapritha T
Padmapritha T le 9 Nov 2020
Commenté : Debasish Samal le 12 Nov 2020
Thanks in Advance,
I need to run set of ODE equations, with different time sapn,
like for first time for loop is running the time span is [0 0.15]
and the second time the time span is [0.15 0.45] different.
Kindly suggest some solutions, Thank you.
n = 24 Hours.
ns = n*12.5-2 %%%dividing the 24 hours to 298 samples
t = linspace(0,n,ns);
for tt = 2:length(t)
tInt = t(tt-1);
tFin = t(tt);
tsim = [tInt tFin];
%%%%%ODE functions are here...
end
I need to change the tsim for evey time, with different time span.
  1 commentaire
Debasish Samal
Debasish Samal le 12 Nov 2020
Hello,
Can you please refer to the following MATLAB answer and verify if the same workflow works for you?
Thanks.
-Debasish

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by