1 function compileDir_simple(Cdir);
6 files = dir(fullfile(Cdir,'*.cpp'));
12 % cm = sprintf('mex %s',files(j).name);
13 cm = sprintf('mex -largeArrayDims %s',files(j).name);
18 disp('IGNORE if the file is a C++ file which is not a mex file (ie without a mexFunction inside)');