Hi everyone, why do I receive "Test Results: Incorrect!" even if i'm doing exactly what is shown in the solution? MATLAB Onramp

조회 수: 8 (최근 30일)
i'm working on MATLAB Onramp, in the section Programming>Decision Branching. test results incorrect to the left, my code in the middle, matlab onramp solution to the right. i don't understand, what does it mean "When doPlot is 0, did you not plot the data?". what am i supposed to do?

채택된 답변

VBBV
VBBV 2023년 3월 24일
편집: VBBV 2023년 3월 24일
You are plotting code from lines 9 to 14 if the condition doPlot == 1, Instead of 5 to 8. Place the if statement beginning from line 4 and plot inside.
  댓글 수: 3
VBBV
VBBV 2023년 3월 24일
You have additional lines of code for plotting beginning from line 5 and they get plotted no matter if the doPlot is equal to 1 or 0 as they are outside of the if statement

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by