Based on the numeric input 'n', generate the capital english alphabet starting from A till the english alphabet at the 'n'th position.
Ex: if n=3, generate 'ABC'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers52
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2813 Solvers
-
Determine Whether an array is empty
811 Solvers
-
742 Solvers
-
777 Solvers
-
Replace every 3rd element in a vector with 4
265 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Additional test cases have been added.