[Numpy-discussion] wiki page correction

Grant Kelly gkelly at gmail.com
Wed May 20 15:08:46 EDT 2009


I believe there is an error on this wiki page:

http://www.scipy.org/NumPy_for_Matlab_Users


MATLAB
  y=x(2,:)
PYTHON
  y = x[2,:].copy()

shouldn't the Python version be:
  y = x[1,:].copy()

If not, please advise.

Thanks,
Grant



More information about the NumPy-Discussion mailing list