How do I create a fit.m function to fit points from a graph to a function such as a line or curve?
5 次查看(过去 30 天)
显示 更早的评论
How do I create a fit.m function to fit points from a graph to a function such as a line or curve?
1 个评论
Walter Roberson
2020-11-4
What is the expected input? For example is the expected input a figure number and the code is expected to find line and surface and patch and contour objects and figure out how to fit them to lines or curves? Is the expected input the name of an image file that the code is expected to read in and digitize and figure out where the lines are and fit them to lines or curves?
Is there a finite list of which models to fit against? For example "polynomials of degree 1 or 2, together with negative exponential, together with single unphased gaussian" ?
回答(1 个)
Rishabh Mishra
2020-11-8
Hi,
I understand that you intend to create a function that is used for curve fitting purposes. However, MATLAB supports the very robust polyfit & polyfitn functions that can serve the purpose. The ‘polyfit’ function is for curve fitting for one independent variable, while ‘polyfitn’ supports curve fitting for multiple independent variables. Feel free to respond for any queries or clarifications.
Thanks.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interpolation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!