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

2 vues (au cours des 30 derniers jours)
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 commentaire
Sindar
Sindar le 26 Fév 2020
my guess would be either MarkerSize is the property you want, or it can't be changed

Connectez-vous pour commenter.

Réponse acceptée

Gouri Chennuru
Gouri Chennuru le 2 Mar 2020
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

Plus de réponses (0)

Catégories

En savoir plus sur Software Development Tools dans Help Center et File Exchange

Tags

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by