MATLAB mex链接Armadillo

MATLAB mex链接Armadillo

  1. 下载Armadillo
    网站
  2. 在文件夹\armadillo-10.4.0\examples\lib_win64\内找到libopenblas.dll和libopenblas.lib,复制到源代码所在的文件夹
  3. 在文件夹armadillo-10.4.0\mex_interface\内找到armaMex.hpp复制到源代码所在文件夹
  4. 把armadillo-10.4.0全部复源代码制到文件夹同一层目录下,改名为armadillo,这只是为了方便
  5. 创建源文件hello_world.cpp,

#include “armaMex.hpp”
#include “mex.h”
#include <armadillo>
using namespace arma;
void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
{
mexPrintf(“hello world\n”);
}

  1. mex编译hello_world.cpp

mex hello_world.cpp -Iarmadillo/include -llibopenblas.lib

  1. 调用hello_world()
    执行结果
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值