Azzera filtri
Azzera filtri

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

16 visualizzazioni (ultimi 30 giorni)
plot(P(1),P(2),'*r');
i want to increase the size of star(*). how can i ?

Risposta accettata

Geoff Hayes
Geoff Hayes il 10 Lug 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.

Più risposte (0)

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by