Changes between Version 12 and Version 13 of MATLAB API

Show
Ignore:
Timestamp:
11/19/13 11:06:56 (11 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MATLAB API

    v12 v13  
    3838== Example == 
    3939 
    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`. 
     40In 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`. 
    4141 
    4242* The `sender.m` MATLAB script is as follows: 
     
    6262}}} 
    6363 
    64 * And 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): 
    6565{{{ 
    6666Running both MUSCLE2 Simulation Manager and the Simulation