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?
回答(1 个)
per isakson
2013-12-11
编辑:per isakson
2013-12-11
0 个投票
Functions have their own workspace, which is cleared when the function is completed. Search the help for function and workspace.
类别
在 帮助中心 和 File Exchange 中查找有关 Whos 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!