How can I change the preferences for the variable editor?
Show older comments
When I open a variable in the Matlab 2016b release, instead of opening for editing the variable is displayed as a printed version. I cannot find a way to open the variable in the variable editor. This has not happened with other versions. It does not happen in 2016a that is simultaneously running on my system. How do change the preferences so that variables are opened as in other versions?
3 Comments
Jan
on 22 Oct 2016
Where do you "open a variable"? It is easier to answer a question, when I do not have top guess the most important detail.
David M. Berg
on 22 Oct 2016
Gowtham Uma M Jaganathan
on 27 Oct 2016
Edited: Gowtham Uma M Jaganathan
on 27 Oct 2016
Try opening the Variable Editor using "openvar" function and see if the behavior exists? For example:
>> openvar('variableName') % Do not forget the single quotes around the variable name.
Also, please note that if you open the Variable Editor when a script is in execution (either using the debugger or using functions such as "pause"), you will not be able to edit the variables.
Answers (0)
Categories
Find more on Startup and Shutdown 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!