Community Profile

photo

Rabeca Mohammed


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to find correlations of corresponding rows of two arrays?
I have 2 arrays --- d1 and d2. d1 = [ 3 4 5 6 7 ; 8 9 10 11 12 ; 13 14 15 16 17 ]; and d2 = [ 18 19 20 21 22 ; 23 24 25 26 27 ; ...

2 years ago | 1 answer | 0

1

answer

Question


How to find the correlation of rows across 2 tables?
I have an excel with 2 tables — d1 and d2. Each has the first column as State and the subsequent columns as chronological months...

2 years ago | 1 answer | 0

1

answer

Question


How to store data when a string condition of another column is met?
I have imported an excel file, which has three columns: EVENT_ID, BEGIN_DATE, STATE_ABBR. EVENT_ID BEGIN_DATE STA...

2 years ago | 2 answers | 0

2

answers

Question


How do I find means of samples and then mean of the means?
I have a 1000*25 vector with random integers from 1–1000000. Rows signify samples so I have 1000 samples, each having 25 random ...

2 years ago | 1 answer | 0

1

answer

Question


How do I fill a 1000*25 length vector with random, non-repetitive numbers from 1 to 1000000?
I tried numerous ways of doing the above but I keep getting compatibility issues since randperm(1000000) returns a vector of len...

2 years ago | 1 answer | 0

1

answer