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'))))
startPoint =
1
|
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'))))
startPoint =
0
|
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'))))
startPoint =
4
|
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'))))
startPoint =
13
|
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'))))
startPoint =
15
|
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'))))
startPoint =
26
|
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'))))
startPoint =
54
|
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'))))
startPoint =
208
|
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'))))
startPoint =
2485
|
1421 Solvers
756 Solvers
Create a matrix X, where each column is a shifted copy of the vector v
142 Solvers
Getting the indices from a matrice
360 Solvers
154 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!