Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
diamm = 74:0.001:99;
cc=cupsize(diamm);
cc_correct = 148;
assert(isequal(cupsize(diamm),cc_correct))
|
2 | Fail |
diamm = [84:0.001:89 94:0.0012:106];
cc=cupsize(diamm);
cc_correct = 108;
assert(isequal(cupsize(diamm),cc_correct))
|
Back to basics 11 - Max Integer
678 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
334 Solvers
188 Solvers
413 Solvers
2143 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!