フィルターのクリア

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

4 ビュー (過去 30 日間)
James
James 2024 年 3 月 12 日
コメント済み: Voss 2024 年 4 月 13 日
color = menu('pick a colour','red','blue','yellow')
  3 件のコメント
James
James 2024 年 4 月 13 日
Menu function doesn't work,it keeps on loading
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