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
Sindar 2020년 2월 26일
my guess would be either MarkerSize is the property you want, or it can't be changed

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

채택된 답변

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에서 Graphics Object Programming에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by