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))
|
312 Solvers
Project Euler: Problem 10, Sum of Primes
707 Solvers
365 Solvers
376 Solvers
Matlab Basics II - Create a vector with a repeated entry
182 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!