필터 지우기
필터 지우기

calculating the greatest percent drop from data set

조회 수: 1 (최근 30일)
John Jamison
John Jamison 2017년 2월 22일
편집: Walter Roberson 2017년 2월 23일
Hi everyone,
I am stuck on this problem (see attached).
I currently have
for i = 1:length(dataset);
currHigh = dataset(i, HIGH);
if currHigh > previousHigh;
previousHigh = currHigh;
end
currDrop = dataset(i, LOW) ./ currHigh;
end

답변 (0개)

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by