Matlab support in ADAMS/WEKA

Last year’s effort in and around ADAMS was mainly focused on our User-friendly deep learning (UFDL) project. For this year, I was hoping that a bit more general development can happen as well (and not just making a release, like last week).

To start off, I decided to add some support for reading/writing binary Matlab .mat files. Something you come across quite frequently, unfortunately.

After a bit of DuckDuckGoing, I came across the MFL library:

https://github.com/HebiRobotics/MFL

Since this library was really easy to use (kudos to the developers!), I decided to not only add flow components and a spreadsheet reader/writer pair to ADAMS (as part of the new adams-matlab module), but also create a loader/saver pair for Weka:

https://github.com/fracpete/matlab-weka-package

All in all, quite productive! 🙂