tbeu / matio

MATLAB MAT File I/O Library
https://matio.sourceforge.io
BSD 2-Clause "Simplified" License
330 stars 97 forks source link

It's very slow if import one cell #140

Closed an-ttt closed 2 years ago

an-ttt commented 4 years ago

I have a MAT_C_CELL type variable with large amount of cells. I want to import one cell in it. It's very slow because matio will read all the cells even if I want only one cell. It's the same problem with MAT_T_STRUCT type too. Could you help to fix it?

Nelson-numerical-software commented 3 years ago

could you provide an example or a script to create cell or struct to reproduce this trouble ?

tbeu commented 2 years ago

Closing as issue author did not provide full information for reproduction.