plotを用いた二点鎖線の書き方
古いコメントを表示
for x=0:pi/180:pi
y=sin(x);
end
plot(x,y,'g-..','LineWidth',5);
このようなプログラムを書きましたが、二点鎖線ではなく一点鎖線になりました。どのように修正すれば書けますか?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で ライン プロット についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!