Statistiques
RANG
255 003
of 301 175
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 21 185
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 238
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
Feeds
Question
Ode45 problem with equations
I'm having problems with properly typing in four 2nd order differential equations into ode.45 function. The code looks like thi...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Ode45 iteration issue
Hi, I'm trying to solve differential equation using ode45 function, the formula looks like this: [t1,X2] = ode45(@(t,x)fun(t...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Creating composed function in MATLAB
Excuse me, English is not my native language and I can't seem to find right word for this kind of function (composed is one that...
presque 8 ans il y a | 1 réponse | 0
1
réponsePlot returns one point
I'm trying to use simpsons rule to approximate integration, this is why s is on the right side of the equation. I want the progr...
environ 8 ans il y a | 0
Question
Plot returns one point
Hello everybody, I'm having problem with plotting, here's my piece of code a=0; b=5; n=100; s=zeros(1,n); z=0; h=(abs(b...
environ 8 ans il y a | 1 réponse | 0
