ho to Send data from uitable to workspace?
Afficher commentaires plus anciens
How to send data from GUI uitable to workspace
Réponse acceptée
Plus de réponses (2)
Jing
le 28 Mar 2013
0 votes
How do you store the data in uitable? You can either save it to a mat file or make the variable global.
1 commentaire
Arun Badigannavar
le 28 Mar 2013
Suraj Srivastava
le 18 Fév 2015
0 votes
I am facing the same issue....Kindly help it out...
Any help is really appreciated.
Thank you,
1 commentaire
imene. B
le 11 Juil 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
Catégories
En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!