Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 -5 3 4 -6 6 7 8 9 10];
y_correct = -11;
assert(isequal(your_fcn_name(x),y_correct))
ans =
-11
|
2 | Pass |
x=[ 5 0 5 -2 5 -4 5 -6 5 -8 5 -10 5 -12 5 -14 5 -16 5 -18 5 -20];
y_correct = -110;
assert(isequal(your_fcn_name(x),y_correct))
ans =
-110
|
Find the sum of all the numbers of the input vector
31940 Solvers
620 Solvers
Reverse the elements of an array
687 Solvers
What is Sum Of all elements of Matrix
292 Solvers
Find the area of a rectangle if length of the diagonal is given.
130 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!