Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2 -1 -3];
y_correct = [1.5 -1]';
assert(isequal(your_fcn_name(x),y_correct))
D =
25
y =
1.5000
y =
1.5000 -1.0000
y =
1.5000
-1.0000
|
Find the sum of all the numbers of the input vector
25665 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1063 Solvers
Determine Whether an array is empty
561 Solvers
276 Solvers
478 Solvers