> is it possible in python (with/without matplotlib, numpy etc) to store > a whole class with its data into a file, instead it to reconstruct > every time again? So is there an analogous to the matlab functions > load/save available?
look up the pickle module. -- http://mail.python.org/mailman/listinfo/python-list