How to save the data changed in GUI table?

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?

Antworten (1)

Image Analyst
Image Analyst am 19 Okt. 2014

0 Stimmen

set(handles.uitable1, 'data', yourNewData);

Kategorien

Tags

Gefragt:

am 19 Okt. 2014

Beantwortet:

am 19 Okt. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by