Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

MEX in Matlab 8.1 , 64 bit & Windows 7, 64 bit

1 view (last 30 days)
jafar
jafar on 12 Dec 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
i'm using matlab 2013a (win7 x64).
mex compilation problem !!
mex -O -largeArrayDims resize.cc

Answers (1)

Rajiv Ghosh-Roy
Rajiv Ghosh-Roy on 12 Dec 2013
The errors you are getting are from the C++ compiler (i.e. they appear to be C++ errors and not mex errors); I would suggest looking at each error message in your code and fixing the issues there.
  1 Comment
jafar
jafar on 13 Dec 2013
Edited: jafar on 13 Dec 2013
@Rajiv Ghosh-Roy
resize.cc code : how do you fix line 36 ??

This question is closed.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!