tbeu / matio

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

Can't read ScatteredInterpolant #77

Open arnerak opened 6 years ago

arnerak commented 6 years ago

When using scatteredInterpolant in MatLab, a variable of type scatteredInterpolant is created. As far as i know it behaves like a struct, but this type cannot be read by matio. All I could figure out is that class_type is MAT_C_OPAQUE and the rest of matvar_t is empty.

tbeu commented 6 years ago

The opaque type is not well supported. At least it does no longer crash (after 3b6dc8fcbe39e45b01b3dcbab253593390c07a93).