Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = [2 3 4];
assert(isequal(isItSquared(a),true))
b =
logical
1
|
2 | Pass |
a = [20:30];
assert(isequal(isItSquared(a),false))
b =
logical
0
|
3 | Pass |
a = [1];
assert(isequal(isItSquared(a),true))
b =
logical
1
|
4 | Pass |
a = [6 10 12 14 36 101];
assert(isequal(isItSquared(a),true))
b =
logical
1
|
5 | Pass |
a = [6 10 12 14 101];
assert(isequal(isItSquared(a),false))
b =
logical
0
|
829 Solvers
Number of 1s in the Binary Representation of a Number
356 Solvers
Project Euler: Problem 9, Pythagorean numbers
282 Solvers
Back to basics 6 - Column Vector
908 Solvers
363 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!