Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
assert(isequal(times2(1),2));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
2 | Fail |
%%
assert(isequal(times2(11),22));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
3 | Fail |
%%
assert(isequal(times2(-3),-6));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
4 | Fail |
%%
assert(isequal(times2(29),58));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
353 Solvers
Reverse the elements of an array
448 Solvers
153 Solvers
310 Solvers
184 Solvers