How can I change the preferences for the variable editor?
Ältere Kommentare anzeigen
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 Kommentare
Jan
am 22 Okt. 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
am 22 Okt. 2016
Gowtham Uma M Jaganathan
am 27 Okt. 2016
Bearbeitet: Gowtham Uma M Jaganathan
am 27 Okt. 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.
Antworten (0)
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!