Any method to soften harsh edges of a plot?

3 Ansichten (letzte 30 Tage)
Zeynab Mousavikhamene
Zeynab Mousavikhamene am 7 Okt. 2019
Kommentiert: darova am 7 Okt. 2019
Is there any way to soften harsh edges (shown in blue)?
Capture.JPG

Antworten (1)

Jon
Jon am 7 Okt. 2019
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.

Community Treasure Hunt

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

Start Hunting!

Translated by