Adding current version of JEInterface (Matlab Interface) to resource folder
This commit is contained in:
9
resources/MatlabInterface/@JEInterface/setOpt.m
Normal file
9
resources/MatlabInterface/@JEInterface/setOpt.m
Normal file
@@ -0,0 +1,9 @@
|
||||
function int = setOpt(int, optName, optVal)
|
||||
% Set a single optimset value within the JI instance.
|
||||
% Arguments:
|
||||
% int: the JEInterface instance
|
||||
% optName: name of the option to change, e.g. 'MaxFunEvals'
|
||||
% optVal: new value
|
||||
|
||||
opts = optimset(int.opts, optName, optVal);
|
||||
int.opts = opts;
|
Reference in New Issue
Block a user