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);
|
How many trades represent all the profit?
460 Solvers
Change the sign of even index entries of the reversed vector
212 Solvers
Create a two dimensional zero matrix
275 Solvers
193 Solvers
Check that number is whole number
274 Solvers