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

2 次查看(过去 30 天)
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

采纳的回答

Image Analyst
Image Analyst 2014-6-29
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by