Adding current version of JEInterface (Matlab Interface) to resource folder
This commit is contained in:
8
resources/MatlabInterface/@JEInterface/getOpt.m
Normal file
8
resources/MatlabInterface/@JEInterface/getOpt.m
Normal file
@@ -0,0 +1,8 @@
|
||||
function val = getOpt(int, optName)
|
||||
% 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
|
||||
|
||||
val = optimget(int.opts, optName);
|
Reference in New Issue
Block a user