concatenating numpy arrays

Rolf Wester rolf.wester at ilt.fraunhofer.de
Tue Oct 31 07:04:55 EST 2006


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



More information about the Python-list mailing list