Need help with Region Boundaries
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I'm trying to find a way to simplify data Visualisation for a GUI/App, the data (see attached) is just a series of 3D coordinates with associated temperatures. In this case the data is for a plate, but it can be any simple prism or cylinder, size and orientation.
To date I've been using scatter3 to visualise the data, but the plots are quite slow when using the Rotate 3D, Pan or Zoom tools. I was looking for a way to plot an outer 'shell' of the data and I've tried some variations of Patch, Plotcube and Cylinder and eventually finding alphaShape which achieves what I want simply and quickly. However because of the number of coordinates (usually double what's in the attached file) I get a dense mesh, as in the figure below, which in turn is still slow to use the Rotate, Pan etc tools.
Is there a way to reduce this mesh or perhaps an alternative function which would suit my purpose? I don't mind if the number of the number of elements going into the alphaShape function is less, as it's just for visualisation.
Thanks,
Nathan.

댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Bounding Regions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!