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))
cc =
148
cc =
148
|
2 | Pass |
diamm = [84:0.001:89 94:0.0012:106];
cc=cupsize(diamm);
cc_correct = 108;
assert(isequal(cupsize(diamm),cc_correct))
cc =
108
cc =
108
|
338 Solvers
Make one big string out of two smaller strings
1149 Solvers
351 Solvers
Similar Triangles - find the height of the tree
203 Solvers
Back to basics 13 - Input variables
233 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!