Rolf Wester wrote:
> Hi,
>
> I want to concatenate two numpy arrays with shape (n1,n2) and (n1,n3)
> into a single array with shape (n1,n2+n3). I guess there is an elegant
> way to do this but I couldn't figure it out. So any help is very much
> appreciated.
>
Suppose a1.shape is (n1,n2)
and
Hi,
I want to concatenate two numpy arrays with shape (n1,n2) and (n1,n3)
into a single array with shape (n1,n2+n3). I guess there is an elegant
way to do this but I couldn't figure it out. So any help is very much
appreciated.
Regards
Rolf
--
http://mail.python.org/mailman/listinfo/python-l