why is it happen?

Respuestas (1)

madhan ravi
madhan ravi el 22 de Dic. de 2018
Editada: madhan ravi el 22 de Dic. de 2018

0 votos

"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 comentarios

shreen elsapa
shreen elsapa el 22 de Dic. de 2018
I used different markers,but when i reduce step give me different with curves not smooth
as attach
madhan ravi
madhan ravi el 22 de Dic. de 2018
Nothing can be done with the screenshot upload your code

Iniciar sesión para comentar.

Categorías

Etiquetas

Preguntada:

el 22 de Dic. de 2018

Comentada:

el 22 de Dic. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by