Is there a property to modify the marker size of a drawline graphics object?

3 次查看(过去 30 天)
I'm using the drawline function and wondering if it would be possible to modify the marker sizes? If for example we have the following case:
I = imread('cameraman.tif');
imshow(I)
Position = [64 217; 154 96];
h = drawline('Position',Position)
I can modify the line width by writting:
h.LineWidth = 10 % or any number
Is there a property to do the same for the markers?

采纳的回答

Gouri Chennuru
Gouri Chennuru 2020-3-2
You are trying to modify the marker size property for the “drawline function but this feature is currently not supported in R2019b. I have brought this issue to the concerned people and it might be considered in any future release

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Software Development Tools 的更多信息

标签

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by