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'.
|
337 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
Natural numbers in string form
347 Solvers
Solving Quadratic Equations (Version 1)
427 Solvers
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!