ho to Send data from uitable to workspace?
Mostrar comentarios más antiguos
How to send data from GUI uitable to workspace
Respuesta aceptada
Más respuestas (2)
Jing
el 28 de Mzo. de 2013
0 votos
How do you store the data in uitable? You can either save it to a mat file or make the variable global.
1 comentario
Arun Badigannavar
el 28 de Mzo. de 2013
Suraj Srivastava
el 18 de Feb. de 2015
0 votos
I am facing the same issue....Kindly help it out...
Any help is really appreciated.
Thank you,
1 comentario
imene. B
el 11 de Jul. de 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
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!