필터 지우기
필터 지우기

Change Pop up menu choices when GUI is started

조회 수: 3 (최근 30일)
Thomas Koelen
Thomas Koelen 2015년 4월 8일
답변: Thomas Koelen 2015년 4월 8일
I have a cell called sheetNamesOECF containing strings, this cell is updated in the main mfile, When I run the gui for the first time, the pop up menu will show the strings that are in the sheetNamesOECF cell. Now when I run the main mfile again with different parameters, the sheetNamesOECF cell will have different strings. But when I run the gui the old strings are still in the pop up menu. Is there a way to change to pop up menu strings on GUI start?
Kind regards,
Thomas koelen

채택된 답변

Thomas Koelen
Thomas Koelen 2015년 4월 8일
Fixed,
Put:
set(handles.popupmenu1, 'String', sheetNamesOECF);
in your OpeningFcn.

추가 답변 (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