Display variables in the Workspace from script
1 回表示 (過去 30 日間)
古いコメントを表示
Suppose I have a variable
x=1;
I want to have a script that displays this variable in the workspace (see attached.) Please advise.
0 件のコメント
採用された回答
Walter Roberson
2018 年 5 月 1 日
openvar('x')
2 件のコメント
Walter Roberson
2018 年 5 月 1 日
When I look at the code, I do not see any obvious way of closing a variable editor using a program.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!