How can i increase the size of * or star in this case ?

16 visualizaciones (últimos 30 días)
sufian ahmed
sufian ahmed el 10 de Jul. de 2017
Comentada: Walter Roberson el 10 de Jul. de 2017
plot(P(1),P(2),'*r');
i want to increase the size of star(*). how can i ?

Respuesta aceptada

Geoff Hayes
Geoff Hayes el 10 de Jul. de 2017
sufian - just increase the MarkerSize as
plot(P(1), P(2), 'r*', 'MarkerSize', 20)
or replace 20 by whatever value makes sense for your plot.

Más respuestas (0)

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by