Merge two integers - MATLAB Cody - MATLAB Central

Problem 59751. Merge two integers

Difficulty:Rate
We want to merge the digits of two integers having the same number of digits to obtain a new integer whose digits are obtained by alternating the digits of the two integers. Example: if the given integers are 1234 and 8765, the result will be 18273645.
Complete the function merge(n1, n2) which, for n1, n2 given, returns the merged number.

Solution Stats

78.26% Correct | 21.74% Incorrect
Last Solution submitted on May 03, 2025

Problem Comments

Solution Comments

Show comments
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
3

Problem Recent Solvers18

Suggested Problems

More from this Author53

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page