smoothing plots from data

3 Ansichten (letzte 30 Tage)
harley
harley am 10 Sep. 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');

Akzeptierte Antwort

Grzegorz Knor
Grzegorz Knor am 10 Sep. 2013
Bearbeitet: Grzegorz Knor am 10 Sep. 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:

Weitere Antworten (0)

Kategorien

Mehr zu Smoothing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by