Access data stored in a GUI table

1 回表示 (過去 30 日間)
Venkata Jayadeep Kodali
Venkata Jayadeep Kodali 2013 年 5 月 14 日
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.

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 5 月 14 日
M=get(handles.uitable1,'data')
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 5 月 14 日
If you want the data as an array, cell2mat(M) afterwards.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTables についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by