juliamatlab / mexjulia

embedding Julia in the MATLAB process.
MIT License
52 stars 14 forks source link

Add compability for older versions of MATLAB (≥R2008a) #9

Closed omus closed 8 years ago

omus commented 8 years ago

The functions strjoin and strsplit were added in MATLAB R2013a and are not available in previous version. I made use of functions that were available since MATLAB R2006a: fullfile, regexp, sprintf, strtrim.

I believe that the MATLAB code should work with R2008a and newer although I was testing on R2012b. Note that R2008a was when MATLAB introduced the classdef syntax.