Clear Filters
Clear Filters

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

3 views (last 30 days)
color = menu('pick a colour','red','blue','yellow')
  3 Comments
Voss
Voss on 13 Apr 2024
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.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!