Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 4];
y_correct = [1 4 12];
assert(isequal(your_fcn_name(x),y_correct))
ans =
1 4 12
|
4326 Solvers
309 Solvers
Convert a vector into a number
503 Solvers
241 Solvers
1221 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!