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

24 views (last 30 days)
Lucy
Lucy on 29 Nov 2024 at 17:55
Commented: Star Strider on 29 Nov 2024 at 22:15
Why do each curve appears to be two when I zoom in on them? How to solve this problem?

Answers (1)

Star Strider
Star Strider on 29 Nov 2024 at 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 Comments
Walter Roberson
Walter Roberson on 29 Nov 2024 at 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 on 29 Nov 2024 at 22:15
True.
We won’t know until we see her code and data.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!