Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Matlab GUI question regarding pop-up menu

1 Ansicht (letzte 30 Tage)
Kitae
Kitae am 2 Jun. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hello, I am creating GUI that has one pop-up menu. I have trouble getting n-th option that user chooses. For example, if my menu is
dog
cat
tiger
lion
when I user picks 'cat' from the option and presses pushbotton, I somehow need to obtain number 2, the n-th option under the popup menu.
Is there any way to do this? If there is, please help.

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 2 Jun. 2013
get(handles.popup1,'value')

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by