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);
|
Back to basics 21 - Matrix replicating
1052 Solvers
390 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
547 Solvers
The sum of the numbers in the vector
426 Solvers
2101 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!