필터 지우기
필터 지우기

matlab.ui.​controls.A​xesToolbar in R2018b

조회 수: 5 (최근 30일)
ryyan
ryyan 2018년 10월 7일
편집: Image Analyst 2020년 9월 3일
There is a function which gave the following error in R2018b but not in other previous versions(R2012, R2018a). Did the AxesToolbar class changed in R2018b, how could I access the 'xlim' in this case?
Error using matlab.ui.controls.AxesToolbar/get
There is no xlim property on the AxesToolbar class.
Error in MV_tool>Activate_View_Images (line 285)
X = get(h_all_axes(i), 'xlim')
Error in MV_tool (line 31)
Activate_View_Images;
Error while evaluating ToggleTool OnCallback.
Thank you very much,
Ryf

답변 (1개)

Michel Vergeau
Michel Vergeau 2018년 11월 26일
This is because the new R2018b introduces a Feature : hidden Axis Toolbar
When you use axis handles, there's high chance that you get similar error.
Please check their partial solution page:

카테고리

Help CenterFile Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by