Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to call some matrix from another push button callback?

조회 수: 2 (최근 30일)
Ahmad Reza
Ahmad Reza 2018년 12월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
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
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!

Translated by