필터 지우기
필터 지우기

3D cloud of points to mesh

조회 수: 1 (최근 30일)
Matteo Verardo
Matteo Verardo 2016년 11월 11일
답변: Matteo Verardo 2016년 11월 11일
From a 3D cloud of points I want to obtain a mesh as shown in the attached files. I did this using Polyworks but now I want to do the same thing in Matlab.
Thanks, Matteo

채택된 답변

KSSV
KSSV 2016년 11월 11일
It is a unstructured grid. You shall have coordinates and the respective nodal connectivity matrix. Load them into matlab and use trisurf.
doc trisurf.

추가 답변 (1개)

Matteo Verardo
Matteo Verardo 2016년 11월 11일
thanks

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by