Generating a 3D volume from measured datapoints

조회 수: 2 (최근 30일)
Philipp Steffen
Philipp Steffen 2012년 1월 12일
편집: Pavl M. 2024년 11월 7일
Hi,
I would like to generate a plot that should look like this:
ellipsoid(2,2,3,2,2,3)
but which is constructed from a set of matrices that contain values which can be classified by a threshold to be in- or outside the volume.
For example the data in this sample would look like this:
plane1=zeros(4,4)
plane2=zeros(4,4)
...
for all 6 planes in z-direction The matrix plane 3 in this example would therefor be the x-y representation of the central plane of the 3D cube. I now would like to apply a threshold, let say 3 and have every point with a larger value inside the volume and generate a volume plot from this. I am stuck since I do not know how to start this and appreciate every hint/help or comment. Thanks a lot, Philipp
  댓글 수: 1
Ashish Uthama
Ashish Uthama 2012년 1월 12일
http://www.mathworks.com/help/techdoc/ref/isosurface.html ?

댓글을 달려면 로그인하십시오.

답변 (1개)

Pavl M.
Pavl M. 2012년 1월 30일
편집: Pavl M. 2024년 11월 7일
There is an interesting solutions using triangulation :
or with recent advances in pde toolbox to treat it as polyhedra drawing.

카테고리

Help CenterFile Exchange에서 Bounding Regions에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by