Problem 1058. Subtract two positive numbers
Given a and b as a string, return b-a without using string to number conversion functions. a and b must to be a same size and b > a.
a = '0125'
b = '1125'
y = 1000
Solution Stats
Problem Comments
-
2 Comments
Jean-Marie Sainthillier
on 28 Nov 2012
The test suite is too simple.
Amin Bashi
on 2 Dec 2012
updated.
Solution Comments
Show commentsProblem Recent Solvers88
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15599 Solvers
-
4411 Solvers
-
First non-zero element in each column
868 Solvers
-
Create a vector whose elements depend on the previous element
707 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
830 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!