blob: 7a8a342decf6017f60712eb4e0139170f5d0f24d [file] [log] [blame]
ret = cmake_matlab_mex1(rand(3,3));
if(size(ret) ~= size(rand(3,3)))
error('Dimension mismatch!');
end