Re: Getting a 2-D matrix from a 3-D matrix of inde
- From: JM <janmarie@xxxxxxxxx>
- Date: Mon, 9 Jan 2006 20:23:03 -0500
Let me see if I understand you... Does the matrix of indices contain
positive integers? I think what you are saying is that for some
entry in matrix A, say A(1,2,3) = 43.2 the corresponding entry in B,
B(1,2,3) would contain something like (4,7) which you would want to
put into matrix C such that C(4,7) = 43.2
Is that correct?
JM
Alex Litz wrote:
>
>
> Anyone know of a procedure that does the following:
>
> Say I have a 3D matrix I will call A.
>
> I also have a 3D matrix of indexes into that matrix called B.
>
> I need to extract the values (a plane) of Matrix A using the
> coordinates in Matrix B into a 2D Matrix C.
>
> I hope I'm explaining this well enough!
.
- References:
- Getting a 2-D matrix from a 3-D matrix of indexes
- From: Alex Litz
- Getting a 2-D matrix from a 3-D matrix of indexes
- Prev by Date: Re: Visualization Problem
- Next by Date: [MEX] Wrapper for MBRM or Quantifi
- Previous by thread: Getting a 2-D matrix from a 3-D matrix of indexes
- Next by thread: basic Q about handles
- Index(es):
Relevant Pages
|