Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
filetext = fileread('time_for_five.m');
assert(isempty(strfind(filetext, 'fopen')));
assert(isempty(strfind(filetext, 'assert')));
|
2 | Pass |
y = time_for_five(5);
a=clock;
if mod(floor(a(6)),5)==0
y_correct= y
else
y_correct = NaN;
end
assert(isequal(y,y_correct))
y_correct =
5555
|
Find the longest sequence of 1's in a binary sequence.
2446 Solvers
Remove any row in which a NaN appears
5983 Solvers
1105 Solvers
Read a column of numbers and interpolate missing data
802 Solvers
It dseon't mettar waht oedrr the lrettes in a wrod are.
494 Solvers