Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to call some matrix from another push button callback?
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Adam
2018 年 12 月 19 日
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.
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!