How to get the variables into workspace while running GUI?
이전 댓글 표시
I have small functions and scripts inside my GUI. When i run my GUI I cannot see any variables and its datas in my workspace. Therefore my programs are getting error while running GUI. Is there any command that would help me.
채택된 답변
추가 답변 (1개)
Chandrasekhar
2014년 3월 11일
use the command
evalin('base','who');
카테고리
도움말 센터 및 File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!