transforming a matrix from numbers to letters
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I'm reviewing a problem for a quiz and I have to convert the following matrix:
elements =
32 72
72 101
76 105
66 101
32 66
32 67
32 78
32 79
32 70
78 101
78 97
77 103
65 108
83 105
32 80
32 83
67 108
65 114
into a new matrix, with the new matrix having each element be the corresponding character. So, for example, the first two rows of the new matrix would be:
newelements(1:2,:)= H He
Thanks!
0 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Matrices and Arrays en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!