Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = 250;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 16;
assert(isequal(your_fcn_name(x),y_correct))
|
3892 Solvers
3601 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
Is this triangle right-angled?
2874 Solvers
Sum the 'edge' values of a matrix
232 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!