How do i get an array stored in a CellSelectionCallback(hObject, eventdata, handles) function in a guide gui to some other function?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
matlablearner
el 1 de Ag. de 2014
Comentada: matlablearner
el 1 de Ag. de 2014
I have an array getting populated in a CellSelectionCallback(hObject, eventdata, handles) function in a guide GUI.I would like to use the values of the array from this function in a different callback function of a push button created in the same gui.Kindly request your support. When I press the pushbutton, I should directly get the array stored in the cellselectioncallback function so that I can perform further calculations.
Thanks in Advance.
0 comentarios
Respuesta aceptada
Image Analyst
el 1 de Ag. de 2014
Several methods are discussed in the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.28s.29.3F
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!