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)'));
  1 件のコメント
Oliver Ferenczi
Oliver Ferenczi 2020 年 4 月 24 日
Perfect, Cheers

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by