Insert a string section on the numbers in a vector
Mostrar comentarios más antiguos
A = [ 2 7 9 13];
add text CH_ on each value in the vector A
output
B = [CH_2 CH_7 CH_9 CH_13]
Respuesta aceptada
Más respuestas (1)
HERBERT NYAKOOJO
el 21 de Feb. de 2020
0 votos
Categorías
Más información sobre Cell Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!