-4

MatlabR2007bをVisualStudioc ++ 6.0(Win 7.0 64ビットOS)で動作させるにはどうすればよいですか?

次のエラーが発生します。

    >> loadlibrary dog.dll dog.h

Warning: Shared libraries are not supported on this platform.  
Functions that do not have a mexFunction signature may have unpredictable results.

    > In loadlibrary at 54

    ??? Error using ==> loadlibrary at 209
    LCC was not found at C:\Program Files\MATLAB\R2007b\sys\lcc\bin\lcc.exe.
4

1 に答える 1

0

mex -setup最初に実行し、VisualStudioを選択します。

MATLABヘルプを読むと、すべてが明確になります。http://www.mathworks.co.uk/help/techdoc/matlab_external/f43202.htmlおよびhttp://www.mathworks.co.uk/support/compilers/release2007b/を参照してください。

于 2011-10-05T10:51:56.740 に答える