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...
11年弱 前 | 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!
11年弱 前 | 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).
11年弱 前 | 3 件の回答 | 1
