How compare two shapes?

4 ビュー (過去 30 日間)
Sebastian
Sebastian 2018 年 8 月 2 日
編集済み: Sebastian 2018 年 8 月 2 日
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

採用された回答

Tom Brenner
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 件)

カテゴリ

Help Center および File ExchangeNaNs についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by