Access data stored in a GUI table

1 visualizzazione (ultimi 30 giorni)
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.

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 14 Mag 2013
M=get(handles.uitable1,'data')
  1 Commento
Walter Roberson
Walter Roberson il 14 Mag 2013
If you want the data as an array, cell2mat(M) afterwards.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Tables in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by