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))
|
Create a vector whose elements depend on the previous element
391 Solvers
3067 Solvers
349 Solvers
Area of an equilateral triangle
2761 Solvers
60 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!