This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 1];
y_correct = [45 45];
assert(isequal(your_fcn_name(x),y_correct))%%
x = [1 sqrt(3)];
y_correct = [60 30];
assert(isequal(your_fcn_name(x),y_correct))
ans =
[]
ans =
[]
|
The sum of the numbers in the vector
341 Solvers
263 Solvers
147 Solvers
151 Solvers
90 Solvers