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
2014년 10월 19일
set(handles.uitable1, 'data', yourNewData);
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!