Unrecognized property 'LabelTextColor' for class 'images.roi.Point'
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
xiaojuezi
am 21 Sep. 2020
Beantwortet: xiaojuezi
am 17 Okt. 2020
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 Kommentare
Walter Roberson
am 25 Sep. 2020
Which release are you using? The LabelAlpha property does not exist in R2020a, but perhaps it was added in R2020b ?
Marco Andres Acevedo Zamora
am 29 Sep. 2020
same here: Unrecognized property 'LabelAlpha' for class 'images.roi.Circle'. Thanks Gouiri C.
Akzeptierte Antwort
Weitere Antworten (1)
Gouri Chennuru
am 25 Sep. 2020
Hi xingze,
I have brought this issue to the notice of our developers. They will investigate the matter further.
Thanks & Regards,
Gouri Chennuru
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!