photo

Anjana


Last seen: 12 jours il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


MATLAB only opening up most recent plot
MATLAB only opens figure 4, not figure 3 t0 = 0; tf = 50; y0 = [-2;-1.7]; [t,Y] = ode45(@f,[t0,tf],y0,[]); y=Y(:,1);v=Y(:,2)...

7 mois il y a | 1 réponse | 0

0

réponse

Question


MATLAB only plotting most recent graph
I don't understand why matlab is only plotting figure 2 t0 = 0; tf = 50; y0 = [-0.5;0.5]; [t,Y] = ode45(@f,[t0,tf],y0,[]); y...

7 mois il y a | 1 réponse | 0

1

réponse