How to get the variables into workspace while running GUI?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (1)
Chandrasekhar
le 11 Mar 2014
use the command
evalin('base','who');
Catégories
En savoir plus sur Workspace Variables and MAT Files dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!