obtain a better curve

i have the x,y data of each plot. i need to make the curves smoother. any idea of what i should do? maybe a filter, i don't know
any help would be appreciated. than you very much.

2 Comments

Jan
Jan on 11 Oct 2012
I hate tinypic. While I do not see most probably the image you want us to show, I see a bunch of unrelated images and one of them has a sexual background.
It's absolutely crazy that the Mathworks still does not have a public place to upload pictures that we so often discuss here.

Sign in to comment.

 Accepted Answer

Image Analyst
Image Analyst on 11 Oct 2012

0 votes

Lots of filters you could use, for example median filter (medfilt1), or Savitzky-Golay (sgolay), or simple averaging (conv), or more sophisticated ones like in SLM: http://www.mathworks.com/matlabcentral/fileexchange/24443-slm-shape-language-modeling or the Curve Fitting Toolbox.

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!