A script containing if then statements

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.

Asked:

on 29 Oct 2020

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!