LOOP!!! Please explain to me !!
이전 댓글 표시

댓글 수: 5
Stephen23
2018년 8월 29일
@Kae-Shyang Chen: what have you tried so far?
Kae-Shyang Chen
2018년 8월 29일
Kae-Shyang Chen
2018년 8월 29일
Rik
2018년 8월 29일
Have you read the documentation for the functions you're using?
A for loop will execute the contents of the loop for each value in the vector you enter. A while loop will continue to execute while the test you enter is true.
Also, you should pay attention to the orange squiggles, they indicate warnings that the code analyzer picked up. Generally you should try to solve each one.
Rik
2018년 8월 29일
You should only use flags to attract attention to site admins, use comments to communicate to other users in the thread. You also shouldn't necessarily close your question for other reasons than the two reasons you can choose in the menu (unclear or not appropriate for the site).
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
