Undefined function or variable 'drawellipse'

조회 수: 1 (최근 30일)
Shirley
Shirley 2019년 2월 20일
댓글: Shirley 2019년 2월 20일
I was trying to apply 'h = drawellipse('Center',[1000,1000],'SemiAxes',[500,250],'StripeColor','r');'
the same as the example in the link below. However, the matlab keeps saying that 'Undefined function or variable 'drawellipse'. I am using Matlab R2018a. Anyone knows why?
https://www.mathworks.com/help/images/ref/drawellipse.html
Thanks

채택된 답변

Matt J
Matt J 2019년 2월 20일
편집: Matt J 2019년 2월 20일
drawellipse wasn't introduced until R2018b.
  댓글 수: 1
Shirley
Shirley 2019년 2월 20일
Thanks Matt. I just figured out that it should be 'imellipse'

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by