Changes between Version 10 and Version 11 of MATLAB API

Show
Ignore:
Timestamp:
11/19/13 10:57:34 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MATLAB API

    v10 v11  
    44 
    55== MATLAB API == 
    6 The functions there are limited, but they should be sufficient for most needs: 
     6 
     7The MATLAB API allows sending and receiving basic data types and getting properties from the MUSCLE configuration file. Below are the available functions, which mirror their [["C++ API"|MUSCLE C API]] counterpart. 
    78{{{ 
    89% Initialize MUSCLE environment 
     
    2122muscleSend('entrance', array) 
    2223% receives data 
    23 muscleReceive('exit', data_type) 
     24data = muscleReceive('exit', data_type) 
    2425}}} 
    2526== CxA ==