Azzera filtri
Azzera filtri

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 visualizzazione (ultimi 30 giorni)
attached is fig file related to question

Risposte (1)

Soyeun Jung
Soyeun Jung il 7 Ago 2017
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.

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by