How to open variables in command line?
Show older comments
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.
Accepted Answer
More Answers (2)
David Sanchez
on 10 Mar 2014
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 Comment
Christopher
on 10 Mar 2014
Edited: Christopher
on 10 Mar 2014
prerna kaul
on 21 Mar 2014
0 votes
just double click on variable name in workspace
Categories
Find more on Scope Variables and Generate Names in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!