why is it happen?
이전 댓글 표시
when i plot figure with 3 or 4 curves, it appears the same line style.
답변 (1개)
madhan ravi
2018년 12월 22일
편집: madhan ravi
2018년 12월 22일
"why is it happen?"
Obviously you have used the same linestyle inside the loop use the below way to distinguish:
c={'-*m','-^k','-or','-sq'} % use different markers to distinguish
plot(..,c{i}) % inside loop
^^^^-should be in the place of line style
댓글 수: 2
shreen elsapa
2018년 12월 22일
madhan ravi
2018년 12월 22일
Nothing can be done with the screenshot upload your code
카테고리
도움말 센터 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!