Problem 2498. Whole Number Concatenator
Write a function that concatenates whole numbers.
For example:
numcat(111,222) should return 111222
numcat(1,2,3,4,5) should return 12345
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers77
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2747 Solvers
-
625 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
631 Solvers
-
Add a row of zeros on top of a matrix
254 Solvers
-
334 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!