Re: [Numpy-discussion] can't import repmat from numpy

2007-04-30 Thread Bill Baxter
It's not on the matlab page simpy because numpy.tile didn't exist when the page was created. It should be fixed. But repmat is still there in numpy.matlib (I think that was what it was called.) --bb On 4/30/07, dmitrey <[EMAIL PROTECTED]> wrote: > if it was excluded for any reasons, correspondin

Re: [Numpy-discussion] can't import repmat from numpy

2007-04-30 Thread dmitrey
if it was excluded for any reasons, corresponding changes in http://www.scipy.org/NumPy_for_Matlab_Users should be done D. lorenzo bolla wrote: > it looks like repmat is not there anymore... why? > use numpy.repeat and numpy.tile, instead! > hth, > lorenzo. > > On 4/30/07, *dmitrey* < [EMAIL PROT

Re: [Numpy-discussion] can't import repmat from numpy

2007-04-30 Thread Pauli Virtanen
dmitrey kirjoitti: > What's wrong? > > start python shell; > > from numpy import sin => all ok > > from numpy import repmat => > Traceback (most recent call last): > File "", line 1, in > ImportError: cannot import name repmat In numpy, the equivalent function is called tile: >>> from num

Re: [Numpy-discussion] can't import repmat from numpy

2007-04-30 Thread lorenzo bolla
it looks like repmat is not there anymore... why? use numpy.repeat and numpy.tile, instead! hth, lorenzo. On 4/30/07, dmitrey <[EMAIL PROTECTED]> wrote: What's wrong? start python shell; from numpy import sin => all ok from numpy import repmat => Traceback (most recent call last): File "

[Numpy-discussion] can't import repmat from numpy

2007-04-29 Thread dmitrey
What's wrong? start python shell; from numpy import sin => all ok from numpy import repmat => Traceback (most recent call last): File "", line 1, in ImportError: cannot import name repmat D. ___ Numpy-discussion mailing list Numpy-discussion@sci