Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [10 8 10 7 1];
y_correct = [4 5];
assert(isequal(your_fcn_name(x),y_correct))
|
Create a Multiplication table matrix...
226 Solvers
146 Solvers
251 Solvers
579 Solvers
Cumulative product of a vector
175 Solvers