> That produces something rather different and I'm not sure how it matches > "a > 1-dimensional array of row arrays" but maybe it's some Pythonic > terminology I'm not familiar with. >
What reshape(x.', length(x)) produces is a 1d array consisting of the rows concatenated one after another, which maybe is not what is wanted here.
