i want to choose between 2 panels of inputs depending on radiobuttons in another panel but initially there shouldnt be any panel of inputs what i can do
조회 수: 1 (최근 30일)
이전 댓글 표시
attached is fig file related to question
댓글 수: 0
답변 (1개)
Soyeun Jung
2017년 8월 7일
Hi Amey,
You can write a callback function for the radio button panel that gets called as soon as the user provides an input. Initially, both of the user input panels' Visible property can be initialized to 'false'. The callback function can then set the Visible property to 'on' for one of the User Panel figure, depending on the value of the user input from the radio button panel. See the doc for uicontrol for examples.
댓글 수: 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!