ho to Send data from uitable to workspace?
이전 댓글 표시
채택된 답변
추가 답변 (2개)
Jing
2013년 3월 28일
0 개 추천
How do you store the data in uitable? You can either save it to a mat file or make the variable global.
Suraj Srivastava
2015년 2월 18일
0 개 추천
I am facing the same issue....Kindly help it out...
Any help is really appreciated.
Thank you,
댓글 수: 1
imene. B
2016년 7월 11일
if true
% code
end
data=get(handles.uitable1,'data');
assignin('base','data',data)
data = cell2mat(data)
the result in a numerical data not a cell array
카테고리
도움말 센터 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!