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))
|
3308 Solvers
Get the area codes from a list of phone numbers
417 Solvers
Increment a number, given its digits
505 Solvers
232 Solvers
07 - Common functions and indexing 1
269 Solvers