why is it happen?

1 vue (au cours des 30 derniers jours)
shreen elsapa
shreen elsapa le 22 Déc 2018
Commenté : madhan ravi le 22 Déc 2018
when i plot figure with 3 or 4 curves, it appears the same line style.

Réponses (1)

madhan ravi
madhan ravi le 22 Déc 2018
Modifié(e) : madhan ravi le 22 Déc 2018
"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 commentaires
shreen elsapa
shreen elsapa le 22 Déc 2018
I used different markers,but when i reduce step give me different with curves not smooth
as attach
madhan ravi
madhan ravi le 22 Déc 2018
Nothing can be done with the screenshot upload your code

Connectez-vous pour commenter.

Catégories

En savoir plus sur Curve Fitting Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by