Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

A script containing if then statements

1 view (last 30 days)
Filiz Demian
Filiz Demian on 29 Oct 2020
Closed: MATLAB Answer Bot on 20 Aug 2021
Create a Matlab script to:
  • Ask the user their name
  • Create a menu that will determine whether a student is in TEAM UP or not.
  • If they are in TEAM UP, display to the screen a message that includes their name and says "Hope you're enjoying the program."
  • If they are not in TEAM UP, display to the screen a message that includes their name and says "Hope you're enjoying your home school."

Answers (1)

KSSV
KSSV on 29 Oct 2020
Read about input, strcmpi, strcmp, strfind, fprintf.

This question is closed.

Community Treasure Hunt

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

Start Hunting!