Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How to call some matrix from another push button callback?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi Every body,
I want to call some excel data from push button named Browse and call it to another push button callback,
I need your help because I dont really what should I do
thanks
1 comentario
Adam
el 19 de Dic. de 2018
Share the data between callbacks after loading it in under your brose button, presumably using xlsread, then you have access to it in other callbacks also. Personally I usually use the guidata approach unless I am doing a programmatic UI, in which case I am using a class which holds all the state information for the GUI anyway.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!