drawrectangle not a defined function?

조회 수: 5 (최근 30일)
Raymond Mo
Raymond Mo 2019년 7월 9일
댓글: Walter Roberson 2019년 7월 9일
I've been programming in App Designer and I want to have a ROI over some axes that would return its position. However, for some reason drawrectangle is undefined as a function. When I look up the documentation for it through matlab it cannot find the function either. A lot of answers on different posts say it might be the path but the MATLAB folder is still in my path. Please help.
ax = axes(app.UIFigure);
drawrectangle(ax); %Undefined function 'drawrectangle' for input arguments of type 'matlab.graphics.axis.Axes'.

채택된 답변

Walter Roberson
Walter Roberson 2019년 7월 9일
It needs R2018b or later.
  댓글 수: 7
Raymond Mo
Raymond Mo 2019년 7월 9일
Oh, can I add it in or would I need to purchase the full version?
Walter Roberson
Walter Roberson 2019년 7월 9일
You can request that products be added to the trial.

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

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by