Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
FindMatlab
/
cmake_matlab_unit_tests2.m
blob: 7a8a342decf6017f60712eb4e0139170f5d0f24d [
file
] [
log
] [
blame
]
ret
=
cmake_matlab_mex1
(
rand
(
3
,
3
));
if
(
size
(
ret
)
~=
size
(
rand
(
3
,
3
)))
error
(
'Dimension mismatch!'
);
end