How compare two shapes?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I have 2 .ply files. I would like to compare differencies between two shapes (where are the maximal differencies between surfaces). I loaded two files to Workspace. Next, some of points were errors, then I deleted them (z values < -900) and I have two almost the same matrices (XYZ coordinates). The first matrix is 263000x3, the second 248000x3. How compare these shapes and show in figure? Thanks a lot

Sebastian
댓글 수: 0
채택된 답변
Tom Brenner
2018년 8월 2일
Just a suggestion: don't delete the erroneous entries; instead set them to NaN. That way I assume that all the relevant entries will retain the same subscripts in both matrices (as both matrices should have the same dimensions).
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!