plotを用いた二点鎖線の書き方
Ältere Kommentare anzeigen
for x=0:pi/180:pi
y=sin(x);
end
plot(x,y,'g-..','LineWidth',5);
このようなプログラムを書きましたが、二点鎖線ではなく一点鎖線になりました。どのように修正すれば書けますか?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu ライン プロット finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!