Unrecognized property 'LabelTextColor' for class 'images.roi.Point'
6 ビュー (過去 30 日間)
古いコメントを表示
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
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
2020 年 9 月 29 日
same here: Unrecognized property 'LabelAlpha' for class 'images.roi.Circle'. Thanks Gouiri C.
採用された回答
その他の回答 (1 件)
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
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!