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

2 visualizaciones (últimos 30 días)
SU gao
SU gao el 21 de Sept. de 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.

Respuestas (1)

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

Categorías

Más información sobre Neural Simulation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by