photo

Anjana


Last seen: 8 días hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


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)...

4 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

4 meses hace | 1 respuesta | 0

1

respuesta