matio icon indicating copy to clipboard operation
matio copied to clipboard

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

Open sgqy opened this issue 8 years ago • 1 comments

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.

sgqy avatar Feb 24 '17 19:02 sgqy

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.

tbeu avatar Feb 25 '17 15:02 tbeu