필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

A script containing if then statements

조회 수: 1 (최근 30일)
Filiz Demian
Filiz Demian 2020년 10월 29일
마감: MATLAB Answer Bot 2021년 8월 20일
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."

답변 (1개)

KSSV
KSSV 2020년 10월 29일
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