Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
a=10;
ref = 1/(1+exp(-(a-15)/6));
user = MyFunc();
assert(isequal(user,ref))
|
2 | Fail |
[x a] = MyFunc();
assert(a==10);
|
Swap the first and last columns
12408 Solvers
272 Solvers
Back to basics 4 - Search Path
321 Solvers
Determine Whether an array is empty
646 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!