Displaying 1 result from an estimated 1 matches for "desordered".
Did you mean:
desidered
2009 Nov 04
1
Search values and create a new matrix
...a first "R" matrix whose first row and first colum are a "key/title"
in my case numbers. Imagine R has a size N,M
The second matrix "Z" has an N-1,2 size. In this new matrix the second
column on Z is equal to the first column on R. The first column has numbers
"desordered" but that will appear on the first row on R.
Each pair on Z (in example row 2 and colum 2) is a point in R.
I want to create a code that searches the values on each row and colum on Z
and create a new matrix "F" whose size is (N-1,1) and whose values are each
cross value on R....