Feeds
질문
How can I generate a matrix of results and the indices and of nested loops whose indices are vectors?
My code looks something like this: day1=0 day2=0 for d=datevector1 day1=day1+1 % find rows with date d in a cer...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
How do I calculate differences in one column for specific pairs of rows (whose index are listed in another matrix)?
I've got a matrix A with two columns (mx2). Each row is a pair of row indices for another matrix B. e.g. A = [1 3 ; 5 8 ; 11...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
How can I find pairs of rows with the same values in certain columns?
For a (very) huge data set in form of a 350000x11 matrix I need to find pairs of rows * with identical values in columns 1,6...
거의 12년 전 | 답변 수: 1 | 0
