can anyone tell me why this is incorrect
I see two problems. It needs to be a function (as modeled by the template), and the input command hangs and times out when called by a web service.
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'.
|
Find the sum of all the numbers of the input vector
25644 Solvers
What is the next step in Conway's Life?
422 Solvers
500 Solvers
551 Solvers
275 Solvers