Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [0];
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [1 2 3];
y_correct = 6;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = [1 2 3 4];
y_correct = 10;
assert(isequal(your_fcn_name(x),y_correct))
|
351 Solvers
3065 Solvers
Generate a random matrix A of (1,-1)
210 Solvers
Find the area of a rectangle if length of the diagonal is given.
130 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!