How to save the data changed in GUI table?

6 ビュー (過去 30 日間)
Prajan Pradhan
Prajan Pradhan 2014 年 10 月 19 日
回答済み: Image Analyst 2014 年 10 月 19 日
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 日
set(handles.uitable1, 'data', yourNewData);

カテゴリ

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