how to obtain a smoother curve
Afficher commentaires plus anciens
hello everyone.
as you can see from the excel file i have 4 columns with data obtained in laboratory (time, x, y, z).
i wanted to obtain the velocity and so i did as you can see from the image:
subplot(2,2,1) - x derivate - diff(x)./diff(t)
subplot(2,2,2) - y derivate - diff(y)./diff(t)
subplot(2,2,3) - z derivate - diff(z)./diff(t)
-->my question is --> how can i obtain smoother curves?
thank you so much. any help would be nice.
Réponse acceptée
Plus de réponses (1)
Sean de Wolski
le 31 Oct 2012
If you have the Curve Fitting Toolbox, the standout function would be smooth()
doc smooth
1 commentaire
joo
le 2 Nov 2012
Catégories
En savoir plus sur Least Squares dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!