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
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에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

태그

질문:

2013년 12월 11일

편집:

2013년 12월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by