필터 지우기
필터 지우기

Unrecognized property 'LabelTextColor' for class 'images.roi.Point'

조회 수: 1 (최근 30일)
xiaojuezi
xiaojuezi 2020년 9월 21일
답변: xiaojuezi 2020년 10월 17일
Hi, on the official website of matlab:
it specifies that the point roi has the property LabelTextColor and LabelAlpha.
However, when I created a roi point as:
p = drawpoint;
p.Label = 'balabala';
p.LabelAlpha = 0;
The compiler complains that this is an unrecognized property.
Is there a way to set the text color and alpha of the label?
Thank you very much.
  댓글 수: 2
Walter Roberson
Walter Roberson 2020년 9월 25일
Which release are you using? The LabelAlpha property does not exist in R2020a, but perhaps it was added in R2020b ?
Marco Andres Acevedo Zamora
Marco Andres Acevedo Zamora 2020년 9월 29일
same here: Unrecognized property 'LabelAlpha' for class 'images.roi.Circle'. Thanks Gouiri C.

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

채택된 답변

xiaojuezi
xiaojuezi 2020년 10월 17일
The problem is solved when switching to 2020b. Thank you very much for all your help!

추가 답변 (1개)

Gouri Chennuru
Gouri Chennuru 2020년 9월 25일
Hi xingze,
I have brought this issue to the notice of our developers. They will investigate the matter further.
Thanks & Regards,
Gouri Chennuru

태그

Community Treasure Hunt

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

Start Hunting!

Translated by