필터 지우기
필터 지우기

How can I open class variable in the 'Variables' space instead of the property inspector

조회 수: 16 (최근 30일)
Until today, when opening my class variables, all their properties were placed in the variable window. Now they always open in the property inspector. This has frustrated my workflow and I can't figure out why that changed, or how to change it back. Any suggestions? Thanks
Screenshot.png

채택된 답변

Kyle Owen
Kyle Owen 2019년 10월 11일
I had the same issue and when I contacted MathWorks they said it's a known issue in 2019b that is being investigated, here's their response:
The current workaround is to use "openvar" as described below. More information on this function can be found in the documentation at at
In order to test this workaround, please execute the following in the MATLAB Command Window:
>> f = figure; % create a figure
>> openvar f % or "openvar('f')
Note that if you simply click on "f" in the variable editor, only the property inspector is opened. However, using "openvar" directly opens the variable and you can click to access sub-elements in the variable tree.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Variables에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by