Insert a string section on the numbers in a vector
Mostra commenti meno recenti
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]
Risposta accettata
Più risposte (1)
HERBERT NYAKOOJO
il 21 Feb 2020
0 voti
Categorie
Scopri di più su Cell Arrays in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!