tbeu / matio

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

Using undefined types “matvar_internal” #228

Closed Hexiangkun closed 7 months ago

Hexiangkun commented 7 months ago

I encountered an error when using (struct matvar_internal internal; ) variables, eg: matvar_t var; int num = var->internal->num_fields

tbeu commented 7 months ago

This is by design: internal struct components shall not be accessed.