Changes between Version 4 and Version 5 of howto/MEX_Compile


Ignore:
Timestamp:
Nov 12, 2013, 8:47:36 AM (10 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MEX_Compile

    v4 v5  
    33MEX is short for "Matlab EXecutable" and allows users to create programs within C or C++ that can be executed from and share data with Matlab.  For more information on MEX, please refer to the [http://www.mathworks.com/help/matlab/create-mex-files.html Matlab Documentation on MEX].
    44
    5 Within WARPLab we have implemented some functionality in MEX, like our WARPLab MEX UDP Transport.  While we provide a Windows 7 Professional 64-bit executable within the repository, this will not necessarily be compatible with your system and therefore it becomes necessary to set up an environment where you can compile MEX code on your system.
     5Within WARPLab we have implemented some functionality in MEX, like our WARPLab MEX UDP Transport.  Since we cannot support the many different system configurations of our users, it therefore becomes necessary to set up an environment where you can compile MEX code on your system.
    66
    77This how-to will go through the steps to allow your Windows machine to compile MEX code.  As of WARPLab version 7.3.0, the WARPLab MEX UDP Transport only supports the Windows operating system and relies on Windows libraries for socket and timing support.