cmake_matlab_unit_tests2.m 107 B

123456
  1. ret = cmake_matlab_mex1(rand(3,3));
  2. if(size(ret) ~= size(rand(3,3)))
  3. error('Dimension mismatch!');
  4. end