string - Octave: Convert cell to matrix -


i stuck on following: store content of cells matrix of string ...

i have following cells:

words =      ans =      {       [1,1] = word1     }  ans =      {       [1,2] = word2     } 

and

words =     word1, word2 

i not entirely sure on how ...

sounds want use cell2mat. see octave , matlab docs on it.


Comments