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에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!