How to assign numeric value to radio button in gui?
조회 수: 1 (최근 30일)
이전 댓글 표시
I am making a calculator to calculate total time of different sets of activities using MATLAB Gui. I have to use four radio button groups each with different sets of options as displayed in picture below. How to give different numeric value to each option of radio buttons? one option from every set has to be calculated and all options are different in each set.
댓글 수: 0
채택된 답변
Mehmed Saad
2020년 5월 30일
I usually use UserData but you can use Tags also
댓글 수: 1
Mehmed Saad
2020년 5월 30일
see the first example.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 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!