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))
|
2197 Solvers
381 Solvers
Convert a vector into a number
503 Solvers
379 Solvers
309 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!