From: Ravi on
Hi,

I just wanted to point out that 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



"Evelyn Voss" <evo.smile(a)gmail.com> wrote in message <hs8cnq$k2v$1(a)fred.mathworks.com>...
> Hey,
> how can I visualize a 3D matrix? I have e.g. A=zeros(10,10,10) with A(2:5,3:5,4:7)=10. You can extend the matrix with arbitrary blocks of numbers.
> I want to see the blocks of the numbers as cuboids. Hopefully you can help me.
> Evi