photo

Jack Ellis


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
210,382
of 300,091

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,871

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,313

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Understanding standard deviation code
Hi Guys, For the following built in matlab function for standard deviaion std(X,0,2) please can someone tell me what the 0 and ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to write a function
Hi guys, Im new to matlab. Im tyring to write a function for standard deviation. Ive got the following: function output=Standa...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Trapezium rule code not work
Hi, guys im new to matlab. Ive written a code for the trapezium rule but it wont work becuase Trapezium_rule is undefined. How d...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Cant get my code to work
Hi, ive written the following function function Guass_t=Gaussian_t(x) n = length(x); mean = sum(x)/n; std = sqrt...

6 years 前 | 1 个回答 | 0

1

个回答