Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = [2 3 4];
assert(isequal(isItSquared(a),true))
|
2 | Pass |
a = [20:30];
assert(isequal(isItSquared(a),false))
|
3 | Pass |
a = [1];
assert(isequal(isItSquared(a),true))
|
4 | Pass |
a = [6 10 12 14 36 101];
assert(isequal(isItSquared(a),true))
|
5 | Pass |
a = [6 10 12 14 101];
assert(isequal(isItSquared(a),false))
|
1092 Solvers
Sum all integers from 1 to 2^n
8411 Solvers
Compute a dot product of two vectors x and y
750 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
546 Solvers
307 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!