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))
|
3875 Solvers
406 Solvers
Matrix indexing with two vectors of indices
405 Solvers
Matlab Basics - y as a function of x
241 Solvers
Matlab Basics II - Count rows in a matrix
178 Solvers