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

16 次查看(过去 30 天)
plot(P(1),P(2),'*r');
i want to increase the size of star(*). how can i ?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by