Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(RecamanIII(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[13 15 26 54 208 2485]),regexp(fileread('RecamanIII.m'),'[\d\.\+\-\*\/]+','match'))))
|
2 | Pass |
x = 2;
y_correct = 0;
assert(isequal(RecamanIII(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[13 15 26 54 208 2485]),regexp(fileread('RecamanIII.m'),'[\d\.\+\-\*\/]+','match'))))
|
3 | Pass |
x = 3;
y_correct = 4;
assert(isequal(RecamanIII(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[13 15 26 54 208 2485]),regexp(fileread('RecamanIII.m'),'[\d\.\+\-\*\/]+','match'))))
|
4 | Pass |
x = 9;
y_correct = 13;
assert(isequal(RecamanIII(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[13 15 26 54 208 2485]),regexp(fileread('RecamanIII.m'),'[\d\.\+\-\*\/]+','match'))))
|
5 | Pass |
x = 13;
y_correct = 15;
assert(isequal(RecamanIII(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[13 15 26 54 208 2485]),regexp(fileread('RecamanIII.m'),'[\d\.\+\-\*\/]+','match'))))
|
6 | Pass |
x = 15;
y_correct = 26;
assert(isequal(RecamanIII(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[13 15 26 54 208 2485]),regexp(fileread('RecamanIII.m'),'[\d\.\+\-\*\/]+','match'))))
|
7 | Pass |
x = 26;
y_correct = 54;
assert(isequal(RecamanIII(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[13 15 26 54 208 2485]),regexp(fileread('RecamanIII.m'),'[\d\.\+\-\*\/]+','match'))))
|
8 | Pass |
x = 54;
y_correct = 208;
assert(isequal(RecamanIII(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[13 15 26 54 208 2485]),regexp(fileread('RecamanIII.m'),'[\d\.\+\-\*\/]+','match'))))
|
9 | Pass |
x = 208;
y_correct = 2485;
assert(isequal(RecamanIII(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[13 15 26 54 208 2485]),regexp(fileread('RecamanIII.m'),'[\d\.\+\-\*\/]+','match'))))
|
Given a window, how many subsets of a vector sum positive
742 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
248 Solvers
Flip the vector from right to left
2666 Solvers
51 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!