Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

2 次查看(过去 30 天)
jafar
jafar 2013-12-12
关闭: MATLAB Answer Bot 2021-8-20
i'm using matlab 2013a (win7 x64).
mex compilation problem !!
mex -O -largeArrayDims resize.cc

回答(1 个)

Rajiv Ghosh-Roy
Rajiv Ghosh-Roy 2013-12-12
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 个评论
jafar
jafar 2013-12-13
编辑:jafar 2013-12-13
@Rajiv Ghosh-Roy
resize.cc code : how do you fix line 36 ??

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by