Azzera filtri
Azzera filtri

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

3 visualizzazioni (ultimi 30 giorni)
color = menu('pick a colour','red','blue','yellow')
  3 Commenti
Voss
Voss il 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.

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by