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))
ans =
7915
|
2 | Pass |
%%
a = '12589';
b = '78956';
y_correct = 66367;
assert(isequal(yourSubtract(a,b),y_correct))
ans =
66367
|
Determine if input is a Narcissistic number
120 Solvers
3067 Solvers
Calculate the height of an object dropped from the sky
165 Solvers
219 Solvers
531 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!