Hi,

take a look at this...

http://www.scipy.org/Numpy_Example_List#head-12c005e9fff429abb657745defd2923dab55c62d

import numpy as np

a=np.array([[1,2],[3,4]])
b=np.array([[1,2],[5,6]])
a=np.append(a,[b[1]],axis=0)
a

Greets!
Stefan


On Nov 1, 3:28 pm, MaxTheMouse <maxthemo...@googlemail.com> wrote:
> I should add the reference. I found it on a scipy 
> list:http://osdir.com/ml/python.scientific.user/2003-07/msg00078.html
>
> ~adam
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to