Matlab Gui-linking uitable ti dropdown menu

조회 수: 1 (최근 30일)
vedesh Mohit
vedesh Mohit 2020년 1월 10일
답변: Walter Roberson 2020년 1월 10일
I have a gui for a logic gate simulator so I have created a table to store information that is entered by the user into its respective columns such as the inputs and outputs. Is it possible to pull the information from the inputs column & place it as a dropdown menu & well the same for the outputs.

채택된 답변

Walter Roberson
Walter Roberson 2020년 1월 10일
CellEditCallback gets triggered when the user makes a change to the table. You can pull out the Data property, extract the appropriate column and set the String property of the drop box to it.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by