Add radio buttons in figure
Mostrar comentarios más antiguos
I'm new to user interfacing in matlab. I want to display 3 radio buttons along with figure (or each of subplots) which will allow me to select one of them. And i want to return the selected button number when i close figure.
How can I do this.?
please help as soon as possible.
Thanks in advance for any help.
Respuestas (2)
Arnaud Miege
el 24 de Mayo de 2011
0 votos
You probably need to create a user interface using guide. See Creating Graphical User Interfaces in the MATLAB documentation.
HTH,
Arnaud
2 comentarios
nitin thokare
el 24 de Mayo de 2011
Arnaud Miege
el 24 de Mayo de 2011
I'm afraid there isn't a quick solution, you really need to spend time to learn this stuff.
Sean de Wolski
el 24 de Mayo de 2011
0 votos
Or you could look for code on the FEX that does it already and then use the relevant portions. A hint: my IMCENSOR function uses four exclusive radio buttons.
Categorías
Más información sobre Axis Labels 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!