Changes between Version 16 and Version 17 of MATLAB API

Show
Ignore:
Timestamp:
02/20/14 13:35:58 (10 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MATLAB API

    v16 v17  
    3838In the constructor, the Matlab executable and its arguments, the Java class and script arguments can be specified 
    3939{{{ 
    40 w = MatlabInstance.new('w', 'my/matlab/script.m', matlab: '/opt/bin/matlab', matlab_args: '-matlab_arg1 -matlab_arg2', java_class: 'company.MyMatlabJavaInstance') 
     40w = MatlabInstance.new('w', 'my/matlab/script.m',  
     41        matlab: '/opt/bin/matlab', 
     42        matlab_args: '-matlab_arg1 -matlab_arg2', 
     43        java_class: 'company.MyMatlabJavaInstance') 
    4144}}} 
    4245== Example ==