y=  {'California' 'Texas' 'Florida'
     [123]        [333 ]    [234]
     [222 ]       [567]     [123]
     [234]        [324 ]    [334]}
h={'CA' 'TX' 'FL'}
y(1,:)=h
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!