Problem 44004. Get chain of consecutive characters

Write a function that will output a chain of consecutive characters, given 2 letters as input. It has to work backwards too. Examples:

>> get_char_list('a', 'f') abcdef >> get_char_list('p', 'q') pq >> get_char_list('x', 't') xwvut

Solution Stats

56.14% Correct | 43.86% Incorrect
Last Solution submitted on Oct 27, 2022

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers30

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!