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!