Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2;
y_correct = 51;
assert(isequal(pairPrimes(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[51,2485,136162,8578934]),regexp(fileread('pairPrimes.m'),'[\d\.\+\-\*\/]+','match'))))
|
2 | Pass |
x = 3;
y_correct = 2485;
assert(isequal(pairPrimes(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[51,2485,136162,8578934]),regexp(fileread('pairPrimes.m'),'[\d\.\+\-\*\/]+','match'))))
|
3 | Pass |
x = 4;
y_correct = 136162;
assert(isequal(pairPrimes(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[51,2485,136162,8578934]),regexp(fileread('pairPrimes.m'),'[\d\.\+\-\*\/]+','match'))))
|
4 | Pass |
x = 5;
y_correct = 8578934;
assert(isequal(pairPrimes(x),y_correct))
assert(~any(cellfun(@(x)ismember(max([0,str2num(x)]),[51,2485,136162,8578934]),regexp(fileread('pairPrimes.m'),'[\d\.\+\-\*\/]+','match'))))
|
284 Solvers
Find the largest value in the 3D matrix
1056 Solvers
Cell Counting: How Many Draws?
581 Solvers
315 Solvers
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!