Change line from Guide to Appdesigner

1 vue (au cours des 30 derniers jours)
Oliver Ferenczi
Oliver Ferenczi le 24 Avr 2020
Commenté : Oliver Ferenczi le 24 Avr 2020
How could you write this line from Guide,
set(handles.popupmenu2, 'String', num2str((1:65)'));
In app designer using app.DropDown?
Thank you

Réponse acceptée

Tommy
Tommy le 24 Avr 2020
app.DropDown.Items = cellstr(num2str((1:65)'));

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by