workspace in gui mode
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposte (1)
per isakson
il 11 Dic 2013
Modificato: per isakson
il 11 Dic 2013
Functions have their own workspace, which is cleared when the function is completed. Search the help for function and workspace.
0 Commenti
Vedere anche
Categorie
Scopri di più su Get Started with MATLAB in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!