Adding current version of JEInterface (Matlab Interface) to resource folder
This commit is contained in:
7
resources/MatlabInterface/@JEInterface/setOptions.m
Normal file
7
resources/MatlabInterface/@JEInterface/setOptions.m
Normal file
@@ -0,0 +1,7 @@
|
||||
function int = setOptions(int, options)
|
||||
% Set the optimization options for the interface.
|
||||
% parameters:
|
||||
% int: an interface instance
|
||||
% options: an optimset instance
|
||||
|
||||
int.opts = options;
|
Reference in New Issue
Block a user