photo

tony


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


improve my program ode45
hi ! I would like to improve my program, i'm want it be faster and make better virtual mode memory management : global ...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
ode45 too long to solve
sorry , but here it's the same problem. My last problem is solved. But here the problem is a little more complex.

plus de 11 ans il y a | 1

Question


ode45 too long to solve
hi , i'm trying to solve an ode , my program works but it makes 1 hours... and o don't understand why Here is my fonction to ...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


loop for with ode45
hi , i've got a problem.. I want to solve a EDO , so i used ODE45, i've got two function : *function dy=f_iso(t,y) g...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
ODE45 errer :input argument y is undefined
my program me finally work, but i don't why...

plus de 11 ans il y a | 0

Question


ODE45 errer :input argument y is undefined
hi everybody, i've got a problem and it drives me crazy... In a function i defined a systeme : function dy=f_iso(t,y) ...

plus de 11 ans il y a | 2 réponses | 1

2

réponses

Réponse apportée
problem to solve an EDO
yes , i'm using here EDO45 thanks for your help,i'll give a shot a it again

plus de 11 ans il y a | 0

Réponse apportée
problem to solve an EDO
No, my differential equation is f=abs(sigma-X1-X2)-sig0 if f<0 dp/dt=0 else dp/dt=(f/K)^n and dXi/dt...

plus de 11 ans il y a | 0

Réponse apportée
problem to solve an EDO
global C1 C2 D1 D2 Q b K n E sg0 ep % parametres E=140000; sg0=200; K=800; n=6; C1=300000; C2=25000; D1...

plus de 11 ans il y a | 0

Réponse apportée
problem to solve an EDO
I'also changed the order like that : function dy=f_cine(y,t) global C1 C2 D1 D2 Q b K n E sg0 ep y=zeros(5,1); f...

plus de 11 ans il y a | 0

Réponse apportée
problem to solve an EDO
yes, it's a reel, defined in my main function. I put at the beginning y=zeros(5,1) and the error has changed, ??? Attempte...

plus de 11 ans il y a | 0

Question


problem to solve an EDO
hi, i'm tring to solve an EDO but i've got this error message : Index exceeds matrix dimensions Error in ==> f_cine at 3 f=abs(...

plus de 11 ans il y a | 9 réponses | 0

9

réponses