covariance of best fit plane
조회 수: 3 (최근 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!