Access data stored in a GUI table

4 views (last 30 days)
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.

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!