Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
diamm = 74:0.001:99;
cc=cupsize(diamm);
cc_correct = 148;
assert(isequal(cupsize(diamm),cc_correct))
|
2 | Pass |
diamm = [84:0.001:89 94:0.0012:106];
cc=cupsize(diamm);
cc_correct = 108;
assert(isequal(cupsize(diamm),cc_correct))
|
951 Solvers
3892 Solvers
819 Solvers
234 Solvers
Similar Triangles - find the height of the tree
203 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!