[Numpy-discussion] hstack

Stephanie Cooke cooke.stephanie at gmail.com
Wed Feb 8 11:32:34 EST 2012


Hello,

When I try to use the command hstack, I am given the error message
"TypeError: hstack() takes exactly 1 argument (2 given)". I have a 9X1
array (called array) that I would like to concatenate to a 9X2 matrix
(called matrix), and I try to do this by typing the command
hstack(array,matrix). I would appreciate any help in getting this to
work.

Thanks,

Stephanie



More information about the NumPy-Discussion mailing list