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

조회 수: 16 (최근 30일)
sufian ahmed
sufian ahmed 2017년 7월 10일
댓글: Walter Roberson 2017년 7월 10일
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