
Why do each curve appears to be two when I zoom in on them?
3 ビュー (過去 30 日間)
古いコメントを表示
Why do each curve appears to be two when I zoom in on them? How to solve this problem?
0 件のコメント
回答 (1 件)
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
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'.
参考
カテゴリ
Help Center および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!