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

2 Ansichten (letzte 30 Tage)
SU gao
SU gao am 21 Sep. 2013
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.

Antworten (1)

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

Kategorien

Mehr zu Neural Simulation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by