Error in repeat for loop

조회 수: 4 (최근 30일)
Cameron Paterson
Cameron Paterson 2021년 11월 15일
댓글: Sahil Jain 2021년 11월 18일
while
switch Vehicle Type
case{'compact','Compact'}
fprintf('1')
break
case{'midsize','Midsize'}
fprintf('2')
break
case{'truck','Truck'}
fprintf('3')
break
case{'industrial','Industrial'}
fprintf('4')
break
case{'military','Military'}
fprintf('4')
break
otherwise
fprintf('Vehicle type is not recognized. The program stops. Rerun the program again')
end
end
ive been trying to use the j nxm to get this loop to run five times
  댓글 수: 2
Jon
Jon 2021년 11월 15일
You don't seem to have your whole code here to show the problem. There is no termination condition following the while and nothing about the "j nxm" you mention at bottom of your question. By the way if you use the Code button on the MATLAB answer toolbar you can cut and paste your code into your question and it will be nicely formatted and ready for someone else to copy and try
Sahil Jain
Sahil Jain 2021년 11월 18일
Could you provide the following information?
  1. What is the termination condition for the "while" loop?
  2. What does "j nxm" refer to?

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

답변 (0개)

카테고리

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

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by