Insert a string section on the numbers in a vector
Afficher commentaires plus anciens
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]
Réponse acceptée
Plus de réponses (1)
HERBERT NYAKOOJO
le 21 Fév 2020
0 votes
Catégories
En savoir plus sur Cell Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!