Changes between Version 10 and Version 11 of MATLAB API
- Timestamp:
- 11/19/13 10:57:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MATLAB API
v10 v11 4 4 5 5 == MATLAB API == 6 The functions there are limited, but they should be sufficient for most needs: 6 7 The 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. 7 8 {{{ 8 9 % Initialize MUSCLE environment … … 21 22 muscleSend('entrance', array) 22 23 % receives data 23 muscleReceive('exit', data_type)24 data = muscleReceive('exit', data_type) 24 25 }}} 25 26 == CxA ==