belinda thom wrote:
> Hi,
>
> Is there a way for me to keep adding the next row of a 2d array to a
> file via load? (matlab's save had a very useful -append option).
>
> I managed to get 2d laod/save working, e.g.
>
>import numpy as N
>import pylab as P
>import bthom.utils as U
>
Hi,
Is there a way for me to keep adding the next row of a 2d array to a
file via load? (matlab's save had a very useful -append option).
I managed to get 2d laod/save working, e.g.
import numpy as N
import pylab as P
import bthom.utils as U
# a numpy 2d array
a = N.arange(12,dt