I have a GUI which has popup menu. After selecting popup menu's choice, I want certain values to be added in my GUI table. How can I do that?

1 Ansicht (letzte 30 Tage)
I have a GUI which has popup menu. After selecting popup menu's choice, I want certain values to be added in my GUI table. How can I do that?
  1 Kommentar
Adam
Adam am 24 Sep. 2018
Add a callback for the popup, get your 'certain values' from wherever they are and add them to your table. The following link should help when it comes to accessing the various components and sharing your data around between callbacks where needed.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by