how can i plot a character like A, B ,C in a 7*7matrix
Show older comments
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
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!