Skip to content

imalsogreg/mwlIO

 
 

Repository files navigation

mwlIO - Matlab and MEX functions for reading from AD files into matlab.

Installing: Mex compiling in R2012b requires gcc-4.6, which isn't the default in Ubuntu 12.10. There is a package for it.

sudo apt-get install build-essential gcc-4.6

Call the matlab function 'makesources' from within the mwlIO folder. mwlIO actually has to be the working directory, otherwise mex won't find the .c sources.

cd PATH_TO_mwlIO/
makesources

About

Functions for reading/writing Wilson lab specific datafiles in Matlab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 59.5%
  • MATLAB 21.4%
  • C 19.1%