Changes between Version 16 and Version 17 of MATLAB API
- Timestamp:
- 02/20/14 13:35:58 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MATLAB API
v16 v17 38 38 In the constructor, the Matlab executable and its arguments, the Java class and script arguments can be specified 39 39 {{{ 40 w = MatlabInstance.new('w', 'my/matlab/script.m', matlab: '/opt/bin/matlab', matlab_args: '-matlab_arg1 -matlab_arg2', java_class: 'company.MyMatlabJavaInstance') 40 w = MatlabInstance.new('w', 'my/matlab/script.m', 41 matlab: '/opt/bin/matlab', 42 matlab_args: '-matlab_arg1 -matlab_arg2', 43 java_class: 'company.MyMatlabJavaInstance') 41 44 }}} 42 45 == Example ==