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!