How to get the variables into workspace while running GUI?
Show older comments
I have small functions and scripts inside my GUI. When i run my GUI I cannot see any variables and its datas in my workspace. Therefore my programs are getting error while running GUI. Is there any command that would help me.
Accepted Answer
More Answers (1)
Chandrasekhar
on 11 Mar 2014
use the command
evalin('base','who');
Categories
Find more on Workspace Variables and MAT Files 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!