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))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35557 Solvers
292 Solvers
299 Solvers
139 Solvers
67 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!