plotを用いた二点鎖線の書き方
Afficher commentaires plus anciens
for x=0:pi/180:pi
y=sin(x);
end
plot(x,y,'g-..','LineWidth',5);
このようなプログラムを書きましたが、二点鎖線ではなく一点鎖線になりました。どのように修正すれば書けますか?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur ライン プロット dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!