mahalex / MatFileHandler

MATLAB .mat-file reading/writing API for .NET Standard
MIT License
40 stars 12 forks source link

Enumerations support #17

Open mahalex opened 3 years ago

mahalex commented 3 years ago

It would be nice to provide more "native" support for MATLAB's "enumeration classes" (if that's possible), a la existing support for datetime objects, strings, etc. Currently objects of "enumeration classes" are just opaque IMatObjects.