Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
James
James el 12 de Mzo. de 2024
Comentada: Voss el 13 de Abr. de 2024
color = menu('pick a colour','red','blue','yellow')
  3 comentarios
Voss
Voss el 13 de Abr. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by