Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4;5 6 7 8];
A_correct = [1 4 9 16;25 36 49 64];
assert(isequal(your_fcn_name(x),A_correct))
|
Find the peak 3n+1 sequence value
1107 Solvers
2240 Solvers
Arrange Vector in descending order
4074 Solvers
232 Solvers
519 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!