Borrar filtros
Borrar filtros

Load txt data into popupmenu

1 visualización (últimos 30 días)
jose bernardo
jose bernardo el 21 de Nov. de 2013
Comentada: Walter Roberson el 12 de Feb. de 2018
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 comentarios
fauzan ishaq
fauzan ishaq el 21 de En. de 2017
i also search about that please tell hot to do that
Walter Roberson
Walter Roberson el 21 de En. de 2017
The Answer given below is fine.

Iniciar sesión para comentar.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 21 de Nov. de 2013
a=num2cell((1:5)')
set(handles.popupmenu1,'string',a)
  2 comentarios
SYED AZHAR
SYED AZHAR el 12 de Feb. de 2018
if u have text file like above and i want to populate into popup menu then how ?
Walter Roberson
Walter Roberson el 12 de Feb. de 2018
a = num2cell( load('TheTextFile.txt') );
set(handles.popupmenu1, 'string', a);

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by