MATLAB: Export a Structure Variable from GUI to WorkSpace

structures

Hello
I created a structure variable in GUI, I need to export to workspace, is it possibel to do
Can some body help me
Thanks in advance!

Best Answer

You can use 'evalin' to export a variable from GUI to workspace. Search help evalin in the command prompt you can get more info on 'evalin'