필터 지우기
필터 지우기

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 CenterFile Exchange에서 Scalar Volume Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by