How to save the data changed in GUI table?

6 visualizzazioni (ultimi 30 giorni)
Prajan Pradhan
Prajan Pradhan il 19 Ott 2014
Risposto: Image Analyst il 19 Ott 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?

Risposte (1)

Image Analyst
Image Analyst il 19 Ott 2014
set(handles.uitable1, 'data', yourNewData);

Categorie

Scopri di più su Tables in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by