photo

Nathan


Last seen: 12 days 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
99,140
of 300,829

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,210

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Edges and Observed values of Chi2gof
I am trying to do a chi squared test on the means of this data which I have already sorted and is not the issue here. However, m...

12 days 前 | 1 个回答 | 0

1

个回答

提问


Making a table from data using rec
I am trying to use this code to create a table of when the data is in recession (when the value of q(x)>q(x-1)). However I do no...

3 months 前 | 3 个回答 | 0

3

个回答

提问


Finding if the current data value is greater than the previous value
I have formed a table of 1 column and many rows and I am trying to findout if the value in the current row is greater than the p...

3 months 前 | 1 个回答 | 0

1

个回答

提问


Counting the number 6s rolled from a dice
I was trying to get my code to count the number of 6s rolled from 1000 attempts from a dice however it keeps saying it has not r...

3 months 前 | 1 个回答 | 0

1

个回答

提问


Issues creating a scatter graph
I was trying to make a scatter graph for the data I had with the code shwon below: A= readtable("query.csv"); Depth= A(:,4); ...

3 months 前 | 2 个回答 | 0

2

个回答

提问


How to I plot a graph from this data
I have been trying to plot VPV by Depth in the code below: A= readtable("PREM.txt"); Radius = A(:,1); Density= A(:,2); VPV= ...

3 months 前 | 1 个回答 | 0

1

个回答