Insert a string section on the numbers in a vector
Ältere Kommentare anzeigen
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]
Akzeptierte Antwort
Weitere Antworten (1)
HERBERT NYAKOOJO
am 21 Feb. 2020
0 Stimmen
Kategorien
Mehr zu Cell Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!