How to save the data changed in GUI table?

6 visualizaciones (últimos 30 días)
Prajan Pradhan
Prajan Pradhan el 19 de Oct. de 2014
Respondida: Image Analyst el 19 de Oct. de 2014
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
Image Analyst el 19 de Oct. de 2014
set(handles.uitable1, 'data', yourNewData);

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by