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);
|
3111 Solvers
Determine Whether an array is empty
646 Solvers
260 Solvers
Is this triangle right-angled?
2393 Solvers
Find out value of sine given by degree.
231 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!