Re: how to get a wrap aound slice of numpy array

2007-04-20 Thread danfan1981
Thanks. I didn't know numpy can do vector indexing as in Matlab. -- http://mail.python.org/mailman/listinfo/python-list

Re: how to get a wrap aound slice of numpy array

2007-04-20 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hi, I am learning Numpy and using it for a course project. Welcome! You might want to ask more numpy questions on the numpy mailing list. Answers to numpy questions here tend to be hit-or-miss. http://www.scipy.org/Mailing_Lists > Suppose x = [0, 1, 2, 3, 4], I know