workspace in gui mode
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
per isakson
2013 年 12 月 11 日
編集済み: per isakson
2013 年 12 月 11 日
Functions have their own workspace, which is cleared when the function is completed. Search the help for function and workspace.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!