Load txt data into popupmenu

Hello:
I have a txt like this:
1
2
3
4
And I would like to load this 4 lines into a popupmenu (popupmenu1).
How can I would do this??
Thanks for your attention.

2 Commenti

fauzan ishaq
fauzan ishaq il 21 Gen 2017
i also search about that please tell hot to do that
The Answer given below is fine.

Accedi per commentare.

 Risposta accettata

a=num2cell((1:5)')
set(handles.popupmenu1,'string',a)

2 Commenti

SYED AZHAR
SYED AZHAR il 12 Feb 2018
if u have text file like above and i want to populate into popup menu then how ?
a = num2cell( load('TheTextFile.txt') );
set(handles.popupmenu1, 'string', a);

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Modeling in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by