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!