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))
|
2 | Pass |
%%
code = fileread('counter.m');
assert(isempty(strfind(code, 'persistent')));
|
Return a list sorted by number of occurrences
1225 Solvers
Find the two most distant points
1236 Solvers
Back to basics 9 - Indexed References
348 Solvers
Back to basics 23 - Triangular matrix
532 Solvers
269 Solvers