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?

조회 수: 2 (최근 30일)
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
Adam
Adam 2018년 9월 24일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by