smoothing plots from data

2 visualizaciones (últimos 30 días)
harley
harley el 10 de Sept. de 2013
im trying to plot some data "smoothed" out. when i use the below code it is still un-smoothed. How do i improve the smoothing?
plot(x1,p7,x1,px,'r','Linesmoothing','on');

Respuesta aceptada

Grzegorz Knor
Grzegorz Knor el 10 de Sept. de 2013
Editada: Grzegorz Knor el 10 de Sept. de 2013
Are you sure that you want use anti-aliasing? Linesmoothing is an undocumented feature.
You can use the smooth function to smooth your data:

Más respuestas (0)

Categorías

Más información sobre Smoothing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by