How can I use colorful * in my plot?

1 回表示 (過去 30 日間)
Ayob
Ayob 2013 年 6 月 24 日
I'm using codes shown below and I want to use colorful * instead of colorful node. How can I change these codes to give me * with a specific color.
figure(408)
plot(S*step,Sigma{NodesR}(3),color)
hold on

採用された回答

Jan
Jan 2013 年 6 月 24 日
plot(S * step, Sigma{NodesR}(3), color, ...
'LineStyle', 'none', 'Marker', '*')

その他の回答 (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