Access data stored in a GUI table

1 visualización (últimos 30 días)
Venkata Jayadeep Kodali
Venkata Jayadeep Kodali el 14 de Mayo de 2013
How can I access data stored in a GUI table.I want to use that data in another m file.How do I do that. Please help.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 14 de Mayo de 2013
M=get(handles.uitable1,'data')
  1 comentario
Walter Roberson
Walter Roberson el 14 de Mayo de 2013
If you want the data as an array, cell2mat(M) afterwards.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by