GUI variables not going to workspace
이전 댓글 표시
Hello,
When running a GUI program I cannot get the variables used in the GUI to show up on my workspace. Is there a reson for this?
채택된 답변
추가 답변 (2개)
Jan
2011년 9월 8일
0 개 추천
Yes, there is a very good reason: If you open mutliple instances of your GUI and some other GUIs in addition, your base workspace would be poluted by a lot of variables and it would be rather impossible to debug, who is responsible for the current values.
It is much safer and cleaner to keep all variables in a well defined location apart from the global workspace.
카테고리
도움말 센터 및 File Exchange에서 Scope Variables and Generate Names에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!