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:
|
Remove white space from the string
168 Solvers
171 Solvers
242 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3610 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!