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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

