This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
X='+68768686834554';
Y='+76574535435398';
Z_correct='-7805848600844';
assert(isequal(mysub(X,Y),Z_correct))
|
2 | Pass |
X='1';
Y='2';
Z_correct ='-1';
assert(isequal(mysub(X,Y),Z_correct))
|
3 | Pass |
X='100';
Y='20';
Z_correct ='80';
assert(isequal(mysub(X,Y),Z_correct))
|
Find the peak 3n+1 sequence value
1107 Solvers
483 Solvers
Sum of diagonal of a square matrix
1327 Solvers
Create an index-powered vector
352 Solvers
Solve a System of Linear Equations
3449 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!