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!