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)
Ahmad Reza
Ahmad Reza el 19 de Dic. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by