covariance of best fit plane
2 次查看(过去 30 天)
显示 更早的评论
Hi, I have found the best fit plane from a set of points using the SVD of the matrix of the points as [U,S,V] = svd(Points) where Points = [x y z 1] and plane = v(:,4) I would like to find the covariance of the plane parameters. Can anyone suggest an easy way to do so?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Eigenvalues 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!