How to save the data changed in GUI table?
Show older comments
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?
Answers (1)
Image Analyst
on 19 Oct 2014
set(handles.uitable1, 'data', yourNewData);
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!