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'))))
y =
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'))))
y =
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'))))
y =
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'))))
y =
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'))))
y =
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'))))
y =
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'))))
y =
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'))))
y =
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'))))
y =
2485
|
3076 Solvers
3377 Solvers
Compute a dot product of two vectors x and y
750 Solvers
Find third Side of a right triangle given hypotenuse and a side. No * - or other functions allowed
141 Solvers
5124 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!