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 |
A = 200;
y_correct = 10;
assert(isequal(length_of_rect(A),y_correct))
|
2 | Pass |
A = 32;
y_correct = 4;
assert(isequal(length_of_rect(A),y_correct))
|
3 | Pass |
A = 18;
y_correct = 3;
assert(isequal(length_of_rect(A),y_correct))
|
3238 Solvers
1800 Solvers
Vectorize the digits of an Integer
269 Solvers
464 Solvers
2980 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!