Empty workspace with GUI

1 vue (au cours des 30 derniers jours)
Sven Schoeberichts
Sven Schoeberichts le 26 Juil 2012
Hi to all,
I use the workspace to debug my programs, but I made a program with a GUI now and the workspace stays empty. Why is it empty and how get the variables to appear in the workspace?
  1 commentaire
Sven Schoeberichts
Sven Schoeberichts le 26 Juil 2012
After some research, it's probablty because everything happens within functions and their own workspaces. Is there a way to make them all visible at the same time in the same window?

Connectez-vous pour commenter.

Réponse acceptée

Luffy
Luffy le 27 Juil 2012
Try storing variables in base work space by,
assignin('base','name of variable u want to save','value of variable');
To access variable
v = evalin('base','name of variable u want to access');
% the variable's data is now stored in v.

Plus de réponses (0)

Catégories

En savoir plus sur Workspace Variables and MAT Files dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by