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'))))
|
Determine whether a vector is monotonically increasing
11918 Solvers
732 Solvers
All your base are belong to us
463 Solvers
Check that number is whole number
1070 Solvers
132 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!