summaryrefslogtreecommitdiff
path: root/Tests/FindMatlab/cmake_matlab_unit_tests2.m
blob: 7a8a342decf6017f60712eb4e0139170f5d0f24d (plain)
1
2
3
4
5
6

ret = cmake_matlab_mex1(rand(3,3));

if(size(ret) ~= size(rand(3,3)))
  error('Dimension mismatch!');
end