mahalex / MatFileHandler

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

Big-endian files #23

Open ArminFirecracker opened 1 year ago

ArminFirecracker commented 1 year ago

Hello,

How big would the effort be, to add byte swapping to load files with a different endianness?

mahalex commented 1 year ago

I guess it wouldn't be too hard. The main problem for me was lack of examples of big-endian .mat files, since I don't think I have any big-endian systems handy. If you give me some examples, I can look at it.