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=[5.44 2.64 .27]
y_correct = x(1)*x(2)*x(3);
assert(isequal(your_fcn_name(x),y_correct))
x =
5.4400 2.6400 0.2700
ans =
3.8776
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
29398 Solvers
1014 Solvers
263 Solvers
1322 Solvers
242 Solvers