Change line from Guide to Appdesigner

How could you write this line from Guide,
set(handles.popupmenu2, 'String', num2str((1:65)'));
In app designer using app.DropDown?
Thank you

 Accepted Answer

app.DropDown.Items = cellstr(num2str((1:65)'));

More Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!