Community Profile

photo

Jack Ellis


2019 年からアクティブ

Followers: 0   Following: 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 ...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 1 件の回答 | 0

1

回答