Info
此问题已关闭。 请重新打开它进行编辑或回答。
Why is my plot plotting blank?
1 次查看(过去 30 天)
显示 更早的评论
>> t = 0:20; >> Vx = 1000; >> for ii = 1:2:length(t) Vx = Vx - (0.0004*Vx^2)*t(ii) end
Vx =
1000
Vx =
200
Vx =
136
Vx =
91.6096
Vx =
64.7542
Vx =
47.9818
Vx =
36.9310
Vx =
29.2931
Vx =
23.8014
Vx =
19.7225
Vx =
16.6107
>> plot (t,Vx)
1 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!