How to save the data changed in GUI table?
Mostrar comentarios más antiguos
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?
Respuestas (1)
Image Analyst
el 19 de Oct. de 2014
set(handles.uitable1, 'data', yourNewData);
Categorías
Más información sobre Tables en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!