Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=10;
ref = 1/(1+exp(-(a-15)/6));
user = MyFunc();
assert(isequal(user,ref))
x =
0.3029
|
2 | Pass |
[x a] = MyFunc();
assert(a==10);
x =
0.3029
|
1261 Solvers
Find state names that end with the letter A
707 Solvers
228 Solvers
17120 Solvers
444 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!