Changes between Version 15 and Version 16 of MATLAB API
- Timestamp:
- 02/20/14 13:34:39 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MATLAB API
v15 v16 31 31 * `MUSCLE_BOOLEAN` - array of logicals 32 32 33 In the MUSCLE configuration file, kernels should use the `muscle.core.standalone.MatlabKernel` class or its subclass as their implementation, and MatlabInstance as the CxA counterpart.33 In the MUSCLE configuration file, kernels should use the `muscle.core.standalone.MatlabKernel` class or its subclass as their implementation, and `MatlabInstance` as the CxA counterpart: 34 34 {{{ 35 35 w = MatlabInstance.new('w', 'my/matlab/script.m')