Fit surface to large data set
显示 更早的评论
I have a matrixe (size approx. 3000x3000) which includes z values of a surface. The values are very noisy and include NaN values (approx 10% of all values). What is the best way to find a fitted surface in matlab without the fitting toolbox?. The surface should be of the form ax^2 + by^2 + cx+ dy + exy + f.
回答(2 个)
Meghana Dinesh
2015-3-16
0 个投票
Hey,
You can see Plane fit by Adrien Leygue. I have used this in my algorithms too for data-sets of approximately the same size.
Regards,
Meghana.
类别
在 帮助中心 和 File Exchange 中查找有关 Interpolation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!