필터 지우기
필터 지우기

How to convert from a for loop to a while loop

조회 수: 2 (최근 30일)
abood sal
abood sal 2020년 4월 28일
편집: Eva-Maria Weiss 2020년 4월 30일
i got stuck how to change this code from for loop to a while loop ,may someone help
  댓글 수: 4
Geoff Hayes
Geoff Hayes 2020년 4월 29일
abood - which for loop do you want to convert to a while loop? All three?
abood sal
abood sal 2020년 4월 30일
yes

댓글을 달려면 로그인하십시오.

답변 (1개)

Eva-Maria Weiss
Eva-Maria Weiss 2020년 4월 30일
편집: Eva-Maria Weiss 2020년 4월 30일
j = 1
while j <= 59
COPOALL(j,1) = COPOALL(j,1) + AllstudentsResult(j+3,i);
j = j + 1;
end
Maybe something like that? The same for the other for loops....
But why to replace? :)
Good luck!!!

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by