Access data stored in a GUI table

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.

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 14 Mai 2013

1 Stimme

M=get(handles.uitable1,'data')

1 Kommentar

Walter Roberson
Walter Roberson am 14 Mai 2013
If you want the data as an array, cell2mat(M) afterwards.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by