Changes between Version 12 and Version 13 of MATLAB API
- Timestamp:
- 11/19/13 11:06:56 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MATLAB API
v12 v13 38 38 == Example == 39 39 40 In the `src/matlab/examples/simplematlab` is an example of a kernel using the MATLAB API to send an array of doubles. This array is then received by the ConsoleWriter class, as specified in the configuration file `src/cxa/SimpleMatlabExample.cxa.rb`.40 In the `src/matlab/examples/simplematlab` is an example of a kernel using the MATLAB API to send an array of doubles. This array is then received by the !ConsoleWriter class, as specified in the configuration file `src/cxa/SimpleMatlabExample.cxa.rb`. 41 41 42 42 * The `sender.m` MATLAB script is as follows: … … 62 62 }}} 63 63 64 * A nd a session using this script outputs the following:64 * A session using this script outputs the following (note that MATLAB is started to run the script): 65 65 {{{ 66 66 Running both MUSCLE2 Simulation Manager and the Simulation