This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 4;
y_correct = 16;
assert(isequal(square(x),y_correct))
y =
16
|
616 Solvers
367 Solvers
Reverse the elements of an array
550 Solvers
Determine the number of odd integers in a vector
320 Solvers
Back to basics - mean of corner elements of a matrix
235 Solvers