zoukankan      html  css  js  c++  java
  • Use Matlab though C++

    0. Environment

    Windows 8.1 Pro x64

    Matlab R2013a 32-bit (installed in "F:ProgramFiles_x86MATLABR2013a")

    Visual Studio 2012 x86

    1. Steps

    1.1 Creat a project

    1.2 "Properties" - "Configuration Properties" - "VC++ Directories" - "Include Directories"
    Add "F:ProgramFiles_x86MATLABR2013aexterninclude"

    1.3 "Properties" - "Configuration Properties" - "VC++ Directories" - "Library Directories"
    Add "F:ProgramFiles_x86MATLABR2013aexternlibwin32microsoft"

    1.4 "Properties" - "Configuration Properties" - "Linker" - "Input" - "Additional Dependencies"
    Add "libeng.lib" and "libmx.lib"

    2. References

    http://www.cnblogs.com/yingying0907/archive/2012/09/27/2705048.html

    (This article is from http://www.cnblogs.com/chenyineng/p/3500665.html, and belongs to http://chenyineng.cnblogs.com and http://www.chenyineng.info)

  • 相关阅读:
    array_merge
    漏斗模型
    3 破解密码,xshell连接
    2-安装linux7
    1-Linux运维人员要求
    17-[模块]-time&datetime
    16-[模块]-导入方式
    Nginx服务器
    15-作业:员工信息表查询
    14-本章总结
  • 原文地址:https://www.cnblogs.com/chenyineng/p/3500665.html
Copyright © 2011-2022 走看看