This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
h = counter;
assert(isequal(h(), 1))
assert(isequal(h(), 2))
assert(isequal(h(), 3))
assert(isequal(h(), 4))
assert(isequal(h(), 5))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In counter (line 2)
In ScoringEngineTestPoint1 (line 1)
In solutionTest (line 3)]
|
2 | Pass |
code = fileread('counter.m');
assert(isempty(strfind(code, 'persistent')));
|
415 Solvers
Back to basics 25 - Valid variable names
253 Solvers
437 Solvers
1390 Solvers
1242 Solvers