Click here to Skip to main content
15,886,861 members
Articles / Programming Languages / C++

C++ curve fitting program, polyfit

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
20 Sep 2018CPOL 42.6K  
Hello,I have been trying to curve fit a smooth and slightly oscillating curve. I have already tried to model this curve in MATLAB using the built in function 'polyfit' and to graph it using 'polyval'. Modeling and graphing using MATLAB was successful :) .The ultimate goal of mine is to...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
31 May 2010CPallini
What does you mean, exactly withJungyeoul Maeng wrote:I was partially successful writing this program, however, the results compared to MATLAB result were not correct?What is unsatisfactory in your fit? :)
Please Sign up or sign in to vote.
11 Feb 2011Hanso Handamp
See http://www.slscope.co.uk/software/polyfit/index.html[^]

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions