This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(McCabe('residue.m'),21));
%2x1 struct array with fields:
|
2 | Pass |
assert(isequal(McCabe('polyeig.m'),18));
|
3 | Pass |
assert(isequal(McCabe('roots.m'),7));
% message: 'The McCabe complexity of 'roots' is 7.'
|
4 | Pass |
assert(isequal(McCabe('decic.m'),14));
%3x1 struct array with fields:
|
1726 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
Sort numbers by outside digits
127 Solvers
669 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!