Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

A script containing if then statements

2 vues (au cours des 30 derniers jours)
Filiz Demian
Filiz Demian le 29 Oct 2020
Clôturé : MATLAB Answer Bot le 20 Août 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."

Réponses (1)

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

Community Treasure Hunt

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

Start Hunting!

Translated by