GUI data sharing problem?
조회 수: 1 (최근 30일)
이전 댓글 표시
i want to load a mat file which contains neural network object file using a pushbutton; but the problem is after using uigetfile command; i don't know how to use it or share it among different gui callbacks.
Plz tell me the next steps to share among different callbacks.
댓글 수: 0
답변 (2개)
Matt Fig
2012년 12월 1일
Put the call to UIGETFILE in the callback for the pushbutton. Then immediately after the return, simply use the open the file as usual.
댓글 수: 2
Image Analyst
2012년 12월 1일
Refer to the FAQ for several methods to share variables outside of their own local function, which is usually only where they are in scope. http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.28s.29.3F
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!