[SciPy-user] about MLab

linda.s samrobertsmith at gmail.com
Sun Nov 4 06:33:04 EST 2007


>>> numpy.oldnumeric.mlab
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'oldnumeric'


On Nov 4, 2007 3:06 AM,  <C.J.Lee at tnw.utwente.nl> wrote:
> Some Numeric functionality can be obtained as follows:
>
> The old Numeric routine names and behavior for functions in the add-on packages UserArray, Matrix, MLab, LinearAlgebra, FFT, RandomArray, RNG and RNG.Statistics have been moved to numpy.oldnumeric.<pkg> where <pkg> is user_array, matrix, mlab, linear_algebra, fft, random_array, rng, and rng_stats respectively
>
> Hope this helps
> Cheers
> Chris
>
>
>
> -----Original Message-----
> From: scipy-user-bounces at scipy.org on behalf of linda.s
> Sent: Sun 11/4/2007 11:08 AM
> To: SciPy Users List
> Subject: [SciPy-user] about MLab
>
> I have quite a few codes written in Numeric.
> MLab comes with Numeric too.
> I got confused when I began to use numpy because it does not have MLab
> and does not have some same functions in Numeric.
> is there any smooth way to change the code developed in Numeric to numpy?
> Thanks,
> Linda
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list