Quantcast
Channel: MATLAB Central Newsreader - tag:"homework"
Viewing all articles
Browse latest Browse all 36

Using if in matlab

$
0
0
Can anyone help me out?

A menu is generated using the following code: Status=menu(‘ClassStanding’,’Freshman’,’Sophomore’,’Junior’,’Senior’); Write a segment of code using if-elseif-else that will classify the person making a menu selection as a new student (freshman) or a continuing student (sophomore, junior, or senior). The code should save one of the following messages in the variable Status_Txt:

You are a new student.

You are a continuing student.

You did not make a selection.

Viewing all articles
Browse latest Browse all 36

Trending Articles