how we get matlab software with lisence
古いコメントを表示
How can I change the line color in a graph using plot?
回答 (2 件)
mbonus
2016 年 9 月 8 日
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
2019 年 2 月 17 日
0 投票
plot(x,y,'LineSpec')
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!