how we get matlab software with lisence
Show older comments
How can I change the line color in a graph using plot?
Answers (2)
mbonus
on 8 Sep 2016
Purchase the license on MathWorks and download the software.
plot(x,y,'LineSpec')
LineSpec determines the color and type of line, options are found here http://www.mathworks.com/help/matlab/ref/plot.html#inputarg_LineSpec
TEJASWI TEJASWI
on 17 Feb 2019
0 votes
plot(x,y,'LineSpec')
Categories
Find more on Downloads in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!