kyamagu / mexopencv

Collection and a development kit of matlab mex functions for OpenCV library
http://kyamagu.github.io/mexopencv
Other
659 stars 318 forks source link

fixing typo on line 280 #433

Closed alexells closed 3 years ago

alexells commented 5 years ago

without the added space in "mex_flags = ['-R2017b ' mex_flags];" the arguments would run together and cause this error:

Error using mex Unknown MEX argument '-R2017b-largeArrayDims'.

Error in mexopencv.make (line 97) if ~opts.dryrun, eval(cmd); end

amroamroamro commented 5 years ago

Thank you for your contribution, looks good.

Although there is still an issue with the combination of these flags that "mex" command refuses (see #429). I'm pushing a fix soon along with the next batch of updates.