photo

Anjana


Last seen: 8 days 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


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 months 前 | 0 个回答 | 0

0

个回答

提问


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 months 前 | 1 个回答 | 0

1

个回答