smoothing plots from data
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Grzegorz Knor
le 10 Sep 2013
Modifié(e) : Grzegorz Knor
le 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:
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Smoothing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!