passing data between two different gui window using guide
Mostrar comentarios más antiguos
I am a beginner with MATLAB GUIs. I have two GUI figure windows. I want to transfer data( from a textbox) in the first GUI figure to another second GUI figure & want to use that data in second GUI figure. Assuming I am using Guide.
1 comentario
Walter Roberson
el 19 de Jul. de 2011
duplicate is at http://www.mathworks.com/matlabcentral/answers/5487-passing-data-into-another-gui-figure-window-using-guide
Respuesta aceptada
Más respuestas (2)
Sean de Wolski
el 13 de Abr. de 2011
doc setappdata
doc getappdata
doc guidata
Doug Hull
el 13 de Abr. de 2011
0 votos
Categorías
Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!