Fit surface to large data set
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (2 件)
Meghana Dinesh
2015 年 3 月 16 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Curve Fitting Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!