[Numpy-discussion] bug in http://www.scipy.org/NumPy_for_Matlab_Users

dmitrey openopt at ukr.net
Sun Apr 29 12:41:39 EDT 2007


now there is
MATLAB            NDArray         Matrix
size(a,n)                 a.shape[n]       a.shape[n]

but it should be
size(a,n)                 a.shape[n-1]       a.shape[n-1]

WBR, D.



More information about the NumPy-Discussion mailing list