Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Why is my plot plotting blank?

조회 수: 1 (최근 30일)
Xingkai Yang
Xingkai Yang 2015년 11월 2일
마감: Walter Roberson 2015년 11월 2일
>> 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)

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by