Hi everybrody I have one column of text data (B) and one column of numerical data (A). I have to merge the two array in a unique dataset made of two columns (C). How can I do it?
simplified example: A=[0,1 0,2 0,3] B=[AT DE FR] C=[AT 0,1 DE 0,2 FR 0,3]
Thank you Giovanni
No products are associated with this question.
1 Comment
Direct link to this comment:
http://mathworks.com/matlabcentral/answers/41166#comment_84433
This question would be clearer if you could use valid MATLAB syntax to indicate what A, B, and C look like.