How can I change the preferences for the variable editor?

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

Where do you "open a variable"? It is easier to answer a question, when I do not have top guess the most important detail.
If I double-click on a variable in the work space. Also if I right-click on a variable in the work space and select open.
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.
If this does not work. Please try contacting MathWorks Technical Support .

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

질문:

2016년 10월 22일

편집:

2016년 10월 27일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by