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

20 Ansichten (letzte 30 Tage)
sufian ahmed
sufian ahmed am 10 Jul. 2017
Kommentiert: Walter Roberson am 10 Jul. 2017
plot(P(1),P(2),'*r');
i want to increase the size of star(*). how can i ?

Akzeptierte Antwort

Geoff Hayes
Geoff Hayes am 10 Jul. 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.

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by