I have two arrays :
A: <500x1 cell> and
B: <500x1 single>.
A contains strings and B contains numbers.
I want to concatenate the 2 arrays to create a <500x2> array.
How can I do this?
I have two arrays :
A: <500x1 cell> and
B: <500x1 single>.
A contains strings and B contains numbers.
I want to concatenate the 2 arrays to create a <500x2> array.
How can I do this?