Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3];
y_correct = [1 4 9];
assert(isequal(your_fcn_name(x),y_correct))
y =
1 4 9
|
17121 Solvers
403 Solvers
130 Solvers
72 Solvers
the average value of the elements
20 Solvers