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))
|
Find state names that start with the letter N
598 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
546 Solvers
Getting the indices from a vector
3208 Solvers
Check if number exists in vector
4467 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!