Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 1;
y_correct = 1;
assert(isequal(only_input(x),y_correct))
|
2 | Fail |
x = 127;
y_correct = 127;
assert(isequal(only_input(x),y_correct))
|
1327 Solvers
501 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
555 Solvers
Calculate square and cube of number
248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!