[SciPy-user] loadmat etc

John Hunter jdhunter at ace.bsd.uchicago.edu
Wed Oct 15 10:02:23 EDT 2003


>>>>> "Nils" == Nils Wagner <nwagner at mecha.uni-stuttgart.de> writes:

    Nils> But, how can I take the array ouf of b ?

    >>>> b
    Nils> {'k0i': array([[ ......  ]])}

Following Prabu's suggestion to your post earlier, you really need to
read the python tutorial.  You've gotten a lot of help here, but you
should take some time to help yourself.  The answer to this is
elementary python, and you'll not make good progress until you learn
this and other essential python features by reading the tutorial or
other introductory books.

Hint: read about dicts.

John Hunter



More information about the SciPy-User mailing list