Change line from Guide to Appdesigner

3 次查看(过去 30 天)
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 中查找有关 Develop Apps Using App Designer 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by