Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
cVec = 5:-.2:-5;
ref = (1/sqrt(2*pi*2.5^2))*exp((-1*cVec.^2)/(2*2.5^2));
user = MyFunc();
assert(isequal(user,ref))
|
2 | Pass |
%%
[xVec cVec] = MyFunc();
cRef = 5:-.2:-5;
assert(isequal(cRef,cVec))
|
2500 Solvers
1092 Solvers
1963 Solvers
283 Solvers
5003 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!