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.
The functions
strjoin
andstrsplit
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.