Re: HDF5 data set, unable to read contents

2016-03-11 Thread Peter Otten
varun...@gmail.com wrote: > Hello everyone, > > I recently came across a package called matrix2latex which simplifies the > creation of very large tables. So, I saved my data in .mat format using > the '-v7.3' extension so that they can be read by python. > > Now, when I try to read these files,

Re: HDF5 data set, unable to read contents

2016-03-11 Thread dieter
varun...@gmail.com writes: > I recently came across a package called matrix2latex which simplifies the > creation of very large tables. So, I saved my data in .mat format using the > '-v7.3' extension so that they can be read by python. > > Now, when I try to read these files, I'm having some pr