cmake/Tests/FindMatlab/cmake_matlab_unit_tests2.m

7 lines
107 B
Mathematica
Raw Normal View History

2015-08-17 11:37:30 +02:00
ret = cmake_matlab_mex1(rand(3,3));
if(size(ret) ~= size(rand(3,3)))
error('Dimension mismatch!');
end