This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a=10;
ref = 1/(1+exp(-(a-15)/6));
user = MyFunc();
assert(isequal(user,ref))
|
2 | Pass |
%%
[x a] = MyFunc();
assert(a==10);
|
Find the numeric mean of the prime numbers in a matrix.
5906 Solvers
424 Solvers
369 Solvers
309 Solvers
443 Solvers