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

3 ビュー (過去 30 日間)
Lucy
Lucy 2024 年 11 月 29 日
コメント済み: Star Strider 2024 年 11 月 29 日
Why do each curve appears to be two when I zoom in on them? How to solve this problem?

回答 (1 件)

Star Strider
Star Strider 2024 年 11 月 29 日
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 件のコメント
Walter Roberson
Walter Roberson 2024 年 11 月 29 日
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 2024 年 11 月 29 日
True.
We won’t know until we see her code and data.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by