why is it happen?

조회 수: 1 (최근 30일)
shreen elsapa
shreen elsapa 2018년 12월 22일
댓글: madhan ravi 2018년 12월 22일
when i plot figure with 3 or 4 curves, it appears the same line style.

답변 (1개)

madhan ravi
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
shreen elsapa 2018년 12월 22일
I used different markers,but when i reduce step give me different with curves not smooth
as attach
madhan ravi
madhan ravi 2018년 12월 22일
Nothing can be done with the screenshot upload your code

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Curve Fitting Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by