How to set line style and color of a line?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I can draw a line with the command line(0,10,5,5), but how to set line style and color?
0 Kommentare
Antworten (1)
Sean de Wolski
am 28 Mai 2015
line([0,10],[5,5],'LineStyle',':','Color','r')
And for more info
doc line
0 Kommentare
Siehe auch
Kategorien
Mehr zu Line Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!