Any method to soften harsh edges of a plot?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Is there any way to soften harsh edges (shown in blue)?
![Capture.JPG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/241532/Capture.jpeg)
Respuestas (1)
Jon
el 7 de Oct. de 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.
0 comentarios
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!