Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a=10;
ref = 1/(1+exp(-(a-15)/6));
user = MyFunc();
assert(isequal(user,ref))
varargout =
[0.3029] [10]
ans =
[]
|
2 | Pass |
%%
[x a] = MyFunc();
assert(a==10);
varargout =
[0.3029] [10]
ans =
[]
|
Generate a random matrix A of (1,-1)
210 Solvers
Determine the number of odd integers in a vector
435 Solvers
228 Solvers
238 Solvers
327 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!