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))
|
962 Solvers
Back to basics 19 - character types
225 Solvers
347 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
359 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!