필터 지우기
필터 지우기

why is the 'menu' isn't working,it shows up only when I stop roading when

조회 수: 3 (최근 30일)
James
James 2024년 3월 12일
댓글: Voss 2024년 4월 13일
color = menu('pick a colour','red','blue','yellow')
  댓글 수: 3
Voss
Voss 2024년 4월 13일
The same thing happens to me when I run menu on MATLAB Mobile.
You can use input instead:
color = input('pick a colour (1=red, 2=blue, 3=yellow): ');
and then enter 1, 2, or 3.

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by