smoothing plots from data
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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');
0 Commenti
Risposta accettata
Grzegorz Knor
il 10 Set 2013
Modificato: Grzegorz Knor
il 10 Set 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:
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Smoothing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!