Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a=10;
ref = 1/(1+exp(-(a-15)/6));
user = MyFunc();
assert(isequal(user,ref))
a =
10
x =
0.3029
|
2 | Pass |
%%
[x a] = MyFunc();
assert(a==10);
a =
10
x =
0.3029
|
232 Solvers
1882 Solvers
Make a random, non-repeating vector.
2796 Solvers
Matlab Basics II - Count rows in a matrix
255 Solvers
1173 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!