Display variables in the Workspace from script
1 view (last 30 days)
Show older comments
alpedhuez
on 1 May 2018
Commented: Walter Roberson
on 1 May 2018
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 Comments
Accepted Answer
Walter Roberson
on 1 May 2018
openvar('x')
2 Comments
Walter Roberson
on 1 May 2018
When I look at the code, I do not see any obvious way of closing a variable editor using a program.
More Answers (0)
See Also
Categories
Find more on Environment and Settings 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!