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?

답변 (1개)

Image Analyst
Image Analyst 2014년 10월 19일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Tables에 대해 자세히 알아보기

태그

질문:

2014년 10월 19일

답변:

2014년 10월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by