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

14 ビュー (過去 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.
  2 件のコメント
sufian ahmed
sufian ahmed 2017 年 7 月 10 日
any other symbol can use ?
Walter Roberson
Walter Roberson 2017 年 7 月 10 日

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by