isosurface on 3d unstructured triangular grid?

조회 수: 6 (최근 30일)
Jan
Jan 2011년 6월 23일
Hi all, recently I came across the isosurface function. What I would like to do is visualize data from a 3d finite element computation, where temperature distributions are of interest. Basically the isosurface function seems like the best choice, BUT: My data are on an unstructured, 3-dimensional, triangular grid.
While trying to execute the isosurface command with a test case I always get a "x,y,z vectors need to be monotonic" error. For an unstructured grid there will not be monotonicity in those vectors.
Is there any way to visualize isosurfaces or isovolumes from my kind of grid?
Jan

답변 (3개)

Sean de Wolski
Sean de Wolski 2011년 6월 23일
Use patch directly with your triangular data.

Walter Roberson
Walter Roberson 2011년 6월 23일
You may need to use interpn() to convert to a regular grid.

Patrick Kalita
Patrick Kalita 2011년 6월 23일
Have a look at the answer to this question.

카테고리

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