3d matrix - level's plot

  • Follow


Hi, I have a problem with a 3d matrix. I have a 59x59x16 matrix, called "data", conteining, for ex, relative humidity. I have 16 layers, every layer conteins a 59x59 point-grid and every point has his particular humidity value.
Using: dataLayern=data(:,:,n)
         image(dataLayern)
I created a 2D image of a single layer; a low rh is connected with a light color, an high one to a darker color.

Now I need to create a 3D image, composed by the 16 layers overlapped.
Any ideas?
0
Reply stefania.bolla (1) 5/31/2012 8:32:26 PM


"Stefania " <stefania.bolla@gmail.com> wrote in message 
news:jq8kgq$ngj$1@newscl01ah.mathworks.com...
> Hi, I have a problem with a 3d matrix. I have a 59x59x16 matrix, called 
> "data", conteining, for ex, relative humidity. I have 16 layers, every 
> layer conteins a 59x59 point-grid and every point has his particular 
> humidity value.
> Using: dataLayern=data(:,:,n)
>         image(dataLayern)
> I created a 2D image of a single layer; a low rh is connected with a light 
> color, an high one to a darker color.
>
> Now I need to create a 3D image, composed by the 16 layers overlapped.
> Any ideas?

ISOSURFACE?

http://www.mathworks.com/help/techdoc/ref/isosurface.html

Or take a look at the MRI examples in the Volume Visualization 
documentation -- it sounds like you're doing a similar type of "stacking" to 
what those examples show.

http://www.mathworks.com/help/techdoc/visualize/f5-6010.html

-- 
Steve Lord
slord@mathworks.com
To contact Technical Support use the Contact Us link on 
http://www.mathworks.com 

0
Reply slord (13284) 6/1/2012 1:43:42 PM


1 Replies
17 Views

(page loaded in 0.068 seconds)

Similiar Articles:













7/17/2012 2:22:30 AM


Reply: