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 件)
Jonne
2021 年 6 月 28 日
編集済み: Jonne
2021 年 6 月 29 日
Use reducepatch
It reduces the numer of faces. you can either reduces by precentage of your current faces or specify the amount of faces you want for your object.
If you need more help please let me know i be happy to write out a script in more detail
参考
カテゴリ
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!