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 个评论

i also search about that please tell hot to do that
The Answer given below is fine.

请先登录,再进行评论。

 采纳的回答

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

2 个评论

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);

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Modeling 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by