How can callbacks from a "Main GUI" access data from the controls of a "User Settings" GUI?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Data Import and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!