Is there a property to modify the marker size of a drawline graphics object?
2 次查看(过去 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?
1 个评论
Sindar
2020-2-26
my guess would be either MarkerSize is the property you want, or it can't be changed
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Object Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!