Surface Fitting Different Algorithms
古いコメントを表示
I am recently working with the Surface Fitting. I came across three methods to do it, which are Regression, polynomial, interpolation and smoothing. I want to know about the algorithm used in each method. I dont understand the concept of Least Square Method. Is this is used in all surface fitting methods? Is there any documentation stating the algorithm used by each methods. How all the different surface fitting works and what is the maths behind it?
6 件のコメント
John D'Errico
2019 年 5 月 24 日
This is WAY to large of a question to answer in less than a book. In fact, you could find dozens of books on the concepts involved.
Mohan Gopal Tripathi
2019 年 5 月 24 日
John D'Errico
2019 年 5 月 24 日
So what are we supposed to say? Write the book that you need to read?
Do some reading, perhaps on Wikipedia. Do you really need to know the algorithms behind a fit? If you want that, then read the docs for the tools in question. They will usually show a reference. Perhaps what you need to take is a course on empirical modeling. Lacking that, READ A BOOK. This question (and your several related questions) is far to extensive to answer here, as it would require writing a book.
Mohan Gopal Tripathi
2019 年 5 月 24 日
Image Analyst
2019 年 5 月 24 日
Give an example of the data you want to fit a surface to, like a .mat file, or a screenshot, or both. Do you want the result to be a 2-D matrix with z values for every grid point? Do you want the fitted surface to match the existing training points (like a regression rather than a spline interpolation)?
Mohan Gopal Tripathi
2019 年 5 月 24 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Get Started with Curve Fitting Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!