Add radio buttons in figure
이전 댓글 표시
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.
답변 (2개)
Arnaud Miege
2011년 5월 24일
0 개 추천
You probably need to create a user interface using guide. See Creating Graphical User Interfaces in the MATLAB documentation.
HTH,
Arnaud
댓글 수: 2
nitin thokare
2011년 5월 24일
Arnaud Miege
2011년 5월 24일
I'm afraid there isn't a quick solution, you really need to spend time to learn this stuff.
Sean de Wolski
2011년 5월 24일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!