Changes between Version 4 and Version 5 of WARPLab/MEX


Ignore:
Timestamp:
Nov 7, 2013, 9:55:01 AM (10 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/MEX

    v4 v5  
    2828NOTE: Make sure you are downloading the WARPLab 7.3.0 (or later) release, or your repository is updated to the WARPLab 7.3.0 (or later) release.  In order to use this transport on your system, you must compile the wl_mex_udp_transport mex function (see [wiki:/howto/MEX_Compile How-To Compile MEX] for more information).
    2929
     30NOTE: The wl_mex_udp_transport in WARPLab 7.3.0 only supports Windows operating systems.  However, the transport in the repository has been updated to support both Windows and Unix/Mac operating systems.  All command lines in this documentation have been updated to support the new version of the transport but are backward compatible with the WARPLab 7.3.0 release.
     31
    3032  1. Within MATLAB, change your directory to the M_Code_Reference directory that you unpacked as part of the WARPLab release.
    3133  1. Run {{{ wl_setup }}} in order to set up your MATLAB paths.  When running {{{ wl_setup }}}, you should only see the java transport available.  If not, please check your paths to make sure there are no issues.
     
    5557    3) Change directory to M_Code_Reference/mex (cd mex)
    5658    4) Run the compile command:
    57          mex -g -O wl_mex_udp_transport.c -lwsock32 -lKernel32
     59         mex -g -O wl_mex_udp_transport.c -lwsock32 -lKernel32 -DWIN32
    5860    5) Re-run wl_setup and make sure that "WARPLab Mex UDP" is an available transport.
    5961}}}