Any method to soften harsh edges of a plot?

3 visualizzazioni (ultimi 30 giorni)
Zeynab Mousavikhamene
Zeynab Mousavikhamene il 7 Ott 2019
Commentato: darova il 7 Ott 2019
Is there any way to soften harsh edges (shown in blue)?
Capture.JPG

Risposte (1)

Jon
Jon il 7 Ott 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