|
"Katarina Kindberg" <katarina.kindberg@liu.se> wrote in message news:g21175$ob5$1@fred.mathworks.com...
>I have two MRI magnitude image slices/planes that I want to
> visualize in space. The planes intersect each other and I
> have the direction vectors that span each plane, as well as
> the position of the "first" pixel in each plane. I want to
> visualize the orientation and position of each plane as
> well as the image data within each plane altoghether. How
> do I do this?
>
Create two surface objects. For each one, you set the XData,
YData, and ZData properties to 2x2 arrays with the coordinates
of the 4 corners of your planes. Then set the CData properties to
your images and set the FaceColor properties to 'texture'.
-Mike Garrity
-The MathWorks, Inc.
|