From: andy zhu on 6 Jun 2010 13:09 Dear ALL, in 3D space, (e.g., x=1:1:100,y=1:1:200,z=1:1:400) at every combination of (x,y,z), there is a W value it is like If I have a 3-D object, which has a nonuniform mass density w at coordinate (x,y,z) how can i visualize the mass density, w(x,y,z), of this 3-D object? Thanks a lot. Andy
From: John D'Errico on 6 Jun 2010 13:25 "andy zhu" <chenhui.zhu(a)colorado.edu> wrote in message <hugkng$n$1(a)fred.mathworks.com>... > Dear ALL, > > in 3D space, (e.g., x=1:1:100,y=1:1:200,z=1:1:400) > > at every combination of (x,y,z), there is a W value > > it is like If I have a 3-D object, which has a nonuniform mass density w at coordinate (x,y,z) > > how can i visualize the mass density, w(x,y,z), of this 3-D object? help isosurface john
From: Ravi on 17 Jun 2010 01:41 Hi, You can use MATLAB isosurface function. However MATLAB isosurface function has a lot of problems for complex data. I have created a program that renders exact error-free surfaces from 3-D voxel data, such as from MRI, CT Scan. The following is the link to the discussion thread http://www.mathworks.com/matlabcentral/newsreader/view_thread/268226#755017 You can download the program from http://www.hermesacademy.com/products Ravi "andy zhu" <chenhui.zhu(a)colorado.edu> wrote in message <hugkng$n$1(a)fred.mathworks.com>... > Dear ALL, > > in 3D space, (e.g., x=1:1:100,y=1:1:200,z=1:1:400) > > at every combination of (x,y,z), there is a W value > > it is like If I have a 3-D object, which has a nonuniform mass density w at coordinate (x,y,z) > > how can i visualize the mass density, w(x,y,z), of this 3-D object? > > Thanks a lot. > > Andy
|
Pages: 1 Prev: Editor error link behaviour bug Next: i load MCR but deploytool is not opening ? |