why is it happen?

3 ビュー (過去 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 Center および File ExchangeInterpolation についてさらに検索

Translated by