photo

Rabeca Mohammed


Last seen: 4 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
96,645
of 300,392

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,335

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 2 个回答 | 0

2

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答