How to save the data changed in GUI table?

Suppose I have a table with 3*3 matrix and If I changed the elements of a matrix in editable table how can I store the changed data on the same matrix?

回答 (1 件)

Image Analyst
Image Analyst 2014 年 10 月 19 日

0 投票

set(handles.uitable1, 'data', yourNewData);

カテゴリ

ヘルプ センター および File ExchangeTables についてさらに検索

タグ

質問済み:

2014 年 10 月 19 日

回答済み:

2014 年 10 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by