Effacer les filtres
Effacer les filtres

Can i control Pop up menu depending on other pop up menu drop down

1 vue (au cours des 30 derniers jours)
sandeep singh
sandeep singh le 30 Jan 2019
Commenté : sandeep singh le 31 Jan 2019
Hello all,
I have two pop up menus namely pop1 and pop 2 with selections 1,2,3 each respectively. is it possible to implement like if i select 1 in pop1 automatically even in pop2 1 should be selected.

Réponse acceptée

Jan
Jan le 30 Jan 2019
Modifié(e) : Jan le 30 Jan 2019
Yes.
function Pop1_Callback(hObject, eventdata, handles)
if isequal(hObject.Value, 1)
handles.Pop2.Value = 1;
end

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by