radio button prompt
이전 댓글 표시
Is there a way to create an input prompt that instead of a string input has a radio button?
댓글 수: 1
Jan
2012년 3월 19일
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?
채택된 답변
추가 답변 (1개)
Image Analyst
2012년 3월 19일
The menu() function might also be an option you want to look into. For example:
choice = menu('Choose a color','Red','Blue','Green')
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!