Any method to soften harsh edges of a plot?

1 回表示 (過去 30 日間)
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2019 年 10 月 7 日
コメント済み: darova 2019 年 10 月 7 日
Is there any way to soften harsh edges (shown in blue)?
Capture.JPG
  1 件のコメント
darova
darova 2019 年 10 月 7 日
spline()?

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

回答 (1 件)

Jon
Jon 2019 年 10 月 7 日
If you have reason to believe that the data does not really pass through those points (that they are just noise) then MATLAB offers many possibilities for smoothing (filtering) out the noise. One simple one is the smoothdata command. You can type doc smoothdata on the command line to get the documentation for this command.

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by