Effacer les filtres
Effacer les filtres

How can I access cell array of the base workspace variables from inside a GUI function?

2 vues (au cours des 30 derniers jours)
I need to access the cell array of all the variables in the base workspace from inside a GUI function and I can not use the "who" command because it returns the variables defined inside the GUI function not the main workspace. And is there any for using "isempty" function for the main workspace from inside a GUI function? I mean I want it to return 1 if the base workspace is cleared.
can anyone help me? thanks in advance

Réponse acceptée

Image Analyst
Image Analyst le 29 Juin 2014
You should not have to do this. I never do. Never have I needed to do that, not over years and years of MATLAB programming. However, if you think you do, then take a look at the assignin() and evalin() functions.

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