Hossein
Followers: 0 Following: 0
Hi,
I am using odeXXX for solving a simple ordinary equation. I need to have the solution in different times. For doing so, I though I only need a time span like
timespan=linspace(0,45E-6,88)
but the number of outputs does not have any correlation with the size of timespan
timespan=linspace(0,45E-6,88);
sol=ode45(handle,timespan,y0)
so I am expecting to see 88 answer in the output, but depending on the 'RelTol' the number of output is something about 24 to 290
right now I am using a for loop like this,
for i=1:size(timespan)
sol=ode45(handle, [0 timespan(i)],y0)
y=sol.y(:,end)
end
I am sure there must be a much better and faster way to obtain these results.
Statistiques
RANG
3 898
of 295 486
RÉPUTATION
14
CONTRIBUTIONS
1 Question
4 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
1
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 950
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES