Matlab- How to combine 2 arrays? -


i have 2 arrays :

a: <500x1 cell> and
b: <500x1 single>.

a contains strings , b contains numbers.

i want concatenate 2 arrays create <500x2> array.
how can this?

this produce 500x2 cell array:

[a num2cell(b)] 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -