c++调用matlab函数——配置

To compile a MATLAB engine application in the Microsoft Visual Studio 9.0 (2008) or Microsoft Visual Studio 10.0 (2010) environments, perform the steps outlined below:

1. Open Microsoft Visual Studio and select

File->New->Project

and then select:

Visual C++ -> General -> Empty Project

Following this, enter the name of the project and its location in the indicated text areas and click OK.

2. Right-click on the SOURCE FILES folder in the SOLUTION EXPLORER and click Add -> "New Item...". Choose "C++ file (.cpp)", enter the name of the file as enginedemo.cpp. Click OK.

3. Copy the code from the source file: engwindemo.c, and paste it into this file enginedemo.cpp. The file engwindemo.c may be obtained from the following location:

 $MATLABROOT/extern/examples/eng_mat

where $MATLABROOT is the MATLAB root directory, and may be determined by entering the command:

matlabroot

at the MATLAB command prompt.

4. Right click on the project name and select PROPERTIES in the solution explorer to open the project properties. Once this window has opened, make the following changes:

a. Under C/C++ General, add the following directory to the field ADDITIONAL INCLUDE DIRECTORIES:

$MATLABROOT\extern\include

b. Under C/C++ Precompiled Headers, select "Not Using Precompiled Headers".

c. Under Linker General, add the directory to the field ADDITIONAL LIBRARY DIRECTORIES:

(For 32-bit Windows)

$MATLABROOT\extern\lib\win32\microsoft

(For 64-bit Windows)

$MATLABROOT\extern\lib\win64\microsoft

d. Under Configuration Properties ->Debugging

Add the following Target path in the Environment:

(for 32 bit MATLAB)

PATH=$matlabroot\bin\win32

(for 64-bit MATLAB)

PATH=$matlabroot\bin\win64

7. Under Linker Input, add the following names to the field marked ADDITIONAL DEPENDENCIES:

libmx.lib

libmat.lib

libeng.lib

8. If compiling on 64-bit Windows, change the target to x64 as mentioned on the following link:

http://msdn2.microsoft.com/en-us/library/9yb4317s(VS.80).aspx

You should now be able to build the executable.

9. Make sure that the following directory is in the PATH:

(For 32-bit Windows)

$MATLABROOT\bin\win32

(For 64-bit Windows)

$MATLABROOT\bin\win64

To do this, check the Windows system path by clicking on Start -> Right click on Computer -> Properties -> Advanced System Settings -> Environment variables -> System Variables -> Open "Path" for editing.

Note: If the machine has more than one MATLAB installed, the directory for the target platform must be ahead of any other MATLAB directory (for instance, when compiling a 64-bit application, the directory in the MATLAB 64-bit installation must be the first one on the PATH).

10. Build and execute the application.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值