tbeu / matio

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

I'd like to share an incomplete interface to libmx/libmat using 'matio' #54

Closed sgqy closed 1 year ago

sgqy commented 7 years ago

This week I help my classmate to port an algorithm written by MATLAB to an ARM platform. MATLAB do not have libraries on ARM version, so everything should be a C or C++ source.

With the help of matio, finally I made this. The code worked fine; 'matio' is a great project. :)

Anyway, I only resolved the link errors, so it is very incomplete and unsafe.

tbeu commented 7 years ago

That is a pretty good idea. Do you think, you can make a real repository of it and add some more API functions that Matio supports? For example, I added Mat_GetDir recently.