Why do each curve appears to be two when I zoom in on them?

24 visualizaciones (últimos 30 días)
Lucy
Lucy el 29 de Nov. de 2024 a las 17:55
Comentada: Star Strider el 29 de Nov. de 2024 a las 22:15
Why do each curve appears to be two when I zoom in on them? How to solve this problem?

Respuestas (1)

Star Strider
Star Strider el 29 de Nov. de 2024 a las 18:44
Your code must be plotting them that way (original and one with a slight offset). We cannot determine what you are plotting with reespect to (or as a function of) the ‘Standard Deviation’, however it would make sense that you could be plotting . It could be worthwhile to check for that.
imshow(imread('屏幕截图 2024-11-30 015040.png'))
.
  2 comentarios
Walter Roberson
Walter Roberson el 29 de Nov. de 2024 a las 21:22
There is another possibility:
The plot might have been drawn once with wider line width, and then a second time with narrower line width and line color 'white'.
Star Strider
Star Strider el 29 de Nov. de 2024 a las 22:15
True.
We won’t know until we see her code and data.

Iniciar sesión para comentar.

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by