workspace in gui mode

hi, for some reason when i place my script inside the gui
inside:
function LSM_gui_OpeningFcn(hObject, eventdata, handles, varargin)
the program run perfectly but the workspace remain empty i need to acces the calculated variables but they do not exist what can i do?
maybe i just placed the script code in the wrong place?

Réponses (1)

per isakson
per isakson le 11 Déc 2013
Modifié(e) : per isakson le 11 Déc 2013

0 votes

Functions have their own workspace, which is cleared when the function is completed. Search the help for function and workspace.

Produits

Tags

Question posée :

le 11 Déc 2013

Modifié(e) :

le 11 Déc 2013

Community Treasure Hunt

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

Start Hunting!

Translated by