필터 지우기
필터 지우기

can not open Figure Window

조회 수: 7 (최근 30일)
steve
steve 2023년 10월 2일
댓글: steve 2023년 10월 2일
Graph appears in .mlx but can not open in Figure Window.
Error below:
> In matlab.internal.getCode (line 22)
In mtree (line 118)
In matlab.unittest.internal.ui.toolstrip.getFileInfoForToolstrip (line 29)
Warning: Function figure has the same name as a MATLAB builtin. We suggest you rename the
function to avoid a potential name conflict.
Warning: Function figure has the same name as a MATLAB builtin. We suggest you rename the
function to avoid a potential name conflict.

답변 (1개)

Walter Roberson
Walter Roberson 2023년 10월 2일
Use
which -all figure
built-in (/MATLAB/toolbox/matlab/graphics/figure)
Ideally you will see only one item, a built-in, but on your system you will see a figure.m or figure.mlx file that is interfering with using the built-in figure() . You need to delete or rename that other figure file, or otherwise remove it from your MATLAB path.
  댓글 수: 1
steve
steve 2023년 10월 2일
perfect.
Thank you very much !

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

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by