How can callbacks from a "Main GUI" access data from the controls of a "User Settings" GUI?
이전 댓글 표시
I have read up on ways to share data between callback functions in a GUI. However, what I’ve read seems to apply to sharing data between callbacks from the same GUI. I’m trying to share data between callbacks from two different GUIs. The talked about techniques I’ve come across don’t work in my case.
My overall objective is to provide a "User Settings" GUI as a pop-up that can be activated from my “Main GUI.” I want the “Main GUI” callbacks to be able to access the data on the controls in the “User Settings” GUI after the "User Settings" GUI has been closed by user.
Wondering if what I’m trying to do is possible and how. Thanks in advance for any helpful guidance.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!