This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(McCabe('polyval.m'),19)); % polyval
%message: 'The McCabe complexity of 'polyval' is 19.'
|
2 | Pass |
%%
assert(isequal(McCabe('residue.m'),21));
%2x1 struct array with fields:
|
3 | Pass |
%%
assert(isequal(McCabe('polyeig.m'),18));
|
4 | Pass |
%%
assert(isequal(McCabe('roots.m'),7));
% message: 'The McCabe complexity of 'roots' is 7.'
|
5 | Pass |
%%
assert(isequal(McCabe('decic.m'),14));
%3x1 struct array with fields:
|
900 Solvers
1882 Solvers
185 Solvers
Back to basics 18 - justification
176 Solvers
Wind outward from the center ...
67 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!