radio button prompt
Mostrar comentarios más antiguos
Is there a way to create an input prompt that instead of a string input has a radio button?
1 comentario
Jan
el 19 de Mzo. de 2012
I cannot imagine what you are looking for. An input prompt is thought for strings in opposite for radio buttons, which are thought for mutual exclusive choices. Therefore "radio button prompt" is a contradiction.
Can you post a drawing of what you want to get?
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 19 de Mzo. de 2012
The menu() function might also be an option you want to look into. For example:
choice = menu('Choose a color','Red','Blue','Green')
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!