|
|
 | | From: | clarence perkin | | Subject: | viewing different planes of a 3D array | | Date: | Mon, 24 Jan 2005 03:28:05 -0500 |
|
|
 | I have a 3D array, M, and I can veiw xy contour slices by:
contour(M(:,:,n))
However, I would also like to veiw xz or yz slices also.
i.e. contour(M(:,m,:)) or contour(M(l,:,:))
Does anyone know how to do this?
|
|
|