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

3 次查看(过去 30 天)
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