How to create a matrix for character-alphabets

3 views (last 30 days)
i want to create alphabetic matrix like this [ a b c d d e f g h i j k } so how we create it???

Accepted Answer

Birdman
Birdman on 22 Dec 2017
numbers=1:26;
letters=char(numbers+64)

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!