Community Profile

Kimberly S


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Answered
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!

9 years ago | 0

Question


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).

9 years ago | 3 answers | 1

3

answers