This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = '0205';
b = '8120';
y_correct = 7915;
A = fread(fopen('yourSubtract.m'));
assert(~any(regexpi(char(A)','str2num|str2double')));
assert(isequal(yourSubtract(a,b),y_correct))
|
2 | Pass |
a = '12589';
b = '78956';
y_correct = 66367;
assert(isequal(yourSubtract(a,b),y_correct))
|
Which values occur exactly three times?
3817 Solvers
Remove the small words from a list of words.
672 Solvers
185 Solvers
Calculate the derivative of a polynomial
168 Solvers
480 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!