Insert a string section on the numbers in a vector
Show older comments
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]
Accepted Answer
More Answers (1)
HERBERT NYAKOOJO
on 21 Feb 2020
0 votes
Categories
Find more on Cell Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!