Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 7;
y_correct = 354;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 12;
y_correct = 1739;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = 21;
y_correct = 9272;
assert(isequal(your_fcn_name(x),y_correct))
|
4 | Pass |
x = 35;
y_correct = 42886;
assert(isequal(your_fcn_name(x),y_correct))
|
Determine whether a vector is monotonically increasing
11917 Solvers
Find the peak 3n+1 sequence value
1107 Solvers
299 Solvers
Change the first and last diagonal element of the identity matrix to zero
117 Solvers
Matlab Basics - Absolute Value
360 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!