ColdCalifornian
Mechanical
- Mar 8, 2010
- 4
I have a series of mXn nested arrays with each of the elements as a {k,1}. I am trying to go in and find the max of each of the k values within each element. For example, max( A[mXn [space] [space] [k , B[mXn [space] [space] [k , C[mXn [space] [space] [k ). I want to return a mXn nested array with elements as a {k,1}. I can’t seem to get the syntax to do this in one step.
If doing this in one step is not possible, I have found that max( A[mXn [space] [space] [k , B[mXn [space] [space] [k , C[mXn [space] [space] [k ) outputs a matrix which is (k*m*n)X1. Is there a way chop the matrix into {k,1} vectors and nest them back into a mXn array?
Any help would be very much appreciated
If doing this in one step is not possible, I have found that max( A[mXn [space] [space] [k , B[mXn [space] [space] [k , C[mXn [space] [space] [k ) outputs a matrix which is (k*m*n)X1. Is there a way chop the matrix into {k,1} vectors and nest them back into a mXn array?
Any help would be very much appreciated