ho to Send data from uitable to workspace?
Ältere Kommentare anzeigen
How to send data from GUI uitable to workspace
Akzeptierte Antwort
Weitere Antworten (2)
Jing
am 28 Mär. 2013
0 Stimmen
How do you store the data in uitable? You can either save it to a mat file or make the variable global.
1 Kommentar
Arun Badigannavar
am 28 Mär. 2013
Suraj Srivastava
am 18 Feb. 2015
0 Stimmen
I am facing the same issue....Kindly help it out...
Any help is really appreciated.
Thank you,
1 Kommentar
imene. B
am 11 Jul. 2016
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
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!