sparse-array

Loading Matlab sparse matrix saved with -v7.3 (HDF5) into Python and operating on it

Loading Matlab sparse matrix saved with -v7.3 (HDF5) into Python and operating on it Question: I’m new to python, coming from matlab. I have a large sparse matrix saved in matlab v7.3 (HDF5) format. I’ve so far found two ways of loading in the file, using h5py and tables. However operating on the matrix seems …

Total answers: 3