see/access cells, variable, etc in Workspace during GUI application

2 views (last 30 days)
Hi,
All the cells, variable, etc that are formed while I am running a GUI application are not appearing in the Workspace. How can I also see/access them there?
Thanks

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 15 Oct 2013
You can declare them as global
doc global

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!