Info

This question is closed. Reopen it to edit or answer.

How to call some matrix from another push button callback?

2 views (last 30 days)
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 Comment
Adam
Adam on 19 Dec 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.

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!