Feeds
질문
Need help writing script using "if" "then" type arguments and loops to pull specific data from long data file
I have a data file that contains 3 columns (A, B, C). Column A is an indexing file and Columns B and C contain data. I would lik...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
Sum all negative values in a matrix
I have a matrix that is 400x95. I would like to sum all the negative values in each column and divide this by the sum of all the...
10년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Cut vector into many new vectors with defined lengths
Thank you. reshape works perfectly as long as the vector is divisible by 400, which it is!
Cut vector into many new vectors with defined lengths
Thank you. reshape works perfectly as long as the vector is divisible by 400, which it is!
10년 초과 전 | 0
질문
Cut vector into many new vectors with defined lengths
I have a very long vector that I would like to cut up into new vectors of a specified length (400).
10년 초과 전 | 답변 수: 3 | 1
