How to open variables in command line?
古いコメントを表示
Is there a function that can be typed into the command window to open a variable listed in the workspace? I have many hundreds of variables generated in one of my codes and finding individual variables is a huge time waster.
採用された回答
その他の回答 (2 件)
David Sanchez
2014 年 3 月 10 日
You can sue who:
To present all the variables:
who
To present variables whose name start by H:
who H*
To present variables ending by 1:
who *1
1 件のコメント
Christopher
2014 年 3 月 10 日
編集済み: Christopher
2014 年 3 月 10 日
prerna kaul
2014 年 3 月 21 日
0 投票
just double click on variable name in 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!