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))
n =
0
h =
@()f()
res =
1
res =
2
res =
3
res =
4
res =
5
|
2 | Pass |
%%
code = fileread('counter.m');
assert(isempty(strfind(code, 'persistent')));
|
Read a column of numbers and interpolate missing data
1235 Solvers
142 Solvers
220 Solvers
78 Solvers
Calculate the area of a triangle between three points
877 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!