Need to calculate the difference ... not the sum! :)
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
X='+68768686834554';
Y='+76574535435398';
Z_correct='-7805848600844';
assert(isequal(mysub(X,Y),Z_correct))
|
2 | Fail |
X='+1';
Y='+2';
Z_correct ='-1';
assert(isequal(mysub(X,Y),Z_correct))
|
3 | Fail |
X='+100';
Y='+20';
Z_correct ='+80';
assert(isequal(mysub(X,Y),Z_correct))
|
Renaming a field in a structure array
541 Solvers
Permute diagonal and antidiagonal
179 Solvers
Side of an equilateral triangle
1513 Solvers
Matlab Basics - y as a function of x
241 Solvers
find the surface area of a cube
215 Solvers