how can i plot a character like A, B ,C in a 7*7matrix

2 views (last 30 days)
how can i plot a character like A,B,C OR 1,2,3... like this stuff and put one character or number in 7*7 matrix and plot it.

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 21 Sep 2013
Use a cell array
v={'A' 'B' 1;'C' 'D' 2}

Categories

Find more on Neural Simulation 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!