Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 4;
y_correct = 16;
assert(isequal(square(x),y_correct))
|
Return the 3n+1 sequence for n
6167 Solvers
874 Solvers
Convert a vector into a number
503 Solvers
Find nearest prime number less than input number
268 Solvers
Create a Multiplication table matrix...
283 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!