zoukankan      html  css  js  c++  java
  • MATLAB和C语言混合编程-----Matlab7.0 编译器设置

    (1) mex 命令设置

    (a) 运行 Matlab ,在 Matlab 的命令窗口 (Command Window) 键入“ mex -setup ”命令后,按回车键,安装 Matlab 编译器;

    (b) 命令窗口出现如下提示:

    Please choose your compiler for building external interface (MEX) files:

    Would you like mex to locate installed compilers [y]/n?

    此时键入 ”y” ,按回车;

    (c) 命令窗口出现如下提示:

    Please choose your compiler for building external interface (MEX) files:

    Would you like mex to locate installed compilers [y]/n? y

    Select a compiler:

    [1] Digital Visual Fortran version 6.0 in C:Program FilesMicrosoft Visual Studio

    [2] Lcc C version 2.4 in C:MATLAB6P5syslcc

    [3] Microsoft Visual C/C++ version 6.0 in C:Program FilesMicrosoft Visual Studio

    [0] None

    此时键入 ” 3” ,按回车 ;选择 Microsoft Visual C++6.0 的编译器

    (d) 命令窗口出现如下提示:

    Please verify your choices:

    Compiler: Microsoft Visual C/C++ 6.0

    Location: C:Program FilesMicrosoft Visual Studio

    Are these correct?([y]/n):

    此时键入 ”y” ,按回车 ;确认选择 Microsoft Visual C++6.0 的编译器

    (2) mbuild 命令设置

    (a) 运行 Matlab ,在 Matlab 的命令窗口 (Command Window) 键入“ mbuild -setup ”命令后,按回车键,安装 Matlab 编译器;

    (b) 命令窗口出现如下提示:

    Please choose your compiler for building standalone MATLAB applications:

    Would you like mbuild to locate installed compilers [y]/n?

    此时键入 ”y” ,按回车 ;

    (c) 命令窗口出现如下提示:

    [1] Lcc C version 2.4 in C:MATLAB6P5syslcc

    [2] Microsoft Visual C/C++ version 6.0 in C:Program FilesMicrosoft Visual Studio

    [0] None

    此时键入 ” 2” ,按回车 ;选择 Microsoft Visual C++6.0 的编译器

    (d) 命令窗口出现如下提示:

    Please verify your choices:

    Compiler: Microsoft Visual C/C++ 6.0

    Location: C:Program FilesMicrosoft Visual Studio

    Are these correct?([y]/n):

    此时键入 ”y” ,按回车 ,确认选择 Microsoft Visual C++6.0 的编译器,编译器设置完成。

  • 相关阅读:
    poj1830 开关问题
    poj1681 Painter's Problem
    poj1222 EXTENDED LIGHTS OUT
    bzoj1923 [Sdoi2010]外星千足虫
    bzoj1013 [JSOI2008]球形空间产生器sphere
    poj2888 Magic Bracelet
    poj2409 Let it Bead
    poj1286 Necklace of Beads
    bzoj1004 HNOI2008 Cards
    bzoj2040 [2009国家集训队]拯救Protoss的故乡
  • 原文地址:https://www.cnblogs.com/xiaobiexi/p/3584787.html
Copyright © 2011-2022 走看看