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
|
6063 Solvers
Project Euler: Problem 7, Nth prime
521 Solvers
Make a random, non-repeating vector.
2797 Solvers
190 Solvers
07 - Common functions and indexing 5
314 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!