How to save the data changed in GUI table?

6 vues (au cours des 30 derniers jours)
Prajan Pradhan
Prajan Pradhan le 19 Oct 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?

Réponses (1)

Image Analyst
Image Analyst le 19 Oct 2014
set(handles.uitable1, 'data', yourNewData);

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by