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
2014 年 10 月 19 日
set(handles.uitable1, 'data', yourNewData);
カテゴリ
ヘルプ センター および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!