フィルターのクリア

Reduce the size of isosurface output

6 ビュー (過去 30 日間)
Timothy Cale
Timothy Cale 2012 年 2 月 11 日
I use isosurface to extract levels: fv=isosurface(X,Y,Z,V,value)
That is, I want to use the vertex/face info generated as the starting structure (meshed surface) for the next step in the simulation. Unfortunately, isosurface puts out O(10^5) vertices/faces for a simple problem, done at a reasonable grid size (resolution).
Does anyone know of a Matlab-based method to reduce the number of mesh element in a 3D surface mesh?
BTW: Using a larger grid spacings from meshgrid does not provide me with the resolution of features on the surface.

採用された回答

Anton Semechko
Anton Semechko 2012 年 2 月 11 日
doc reducepatch

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeScalar Volume Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by