Change line from Guide to Appdesigner

조회 수: 1 (최근 30일)
Oliver Ferenczi
Oliver Ferenczi 2020년 4월 24일
댓글: Oliver Ferenczi 2020년 4월 24일
How could you write this line from Guide,
set(handles.popupmenu2, 'String', num2str((1:65)'));
In app designer using app.DropDown?
Thank you

채택된 답변

Tommy
Tommy 2020년 4월 24일
app.DropDown.Items = cellstr(num2str((1:65)'));

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