<< optimget fmincon API Functions >>

fmincon >> fmincon > optimset

optimset

Configures and returns an updated optimization data structure.

Calling Sequence

options = optimset ()
options = optimset ( funname )
options = optimset ( key , value )
options = optimset ( key1 , value1 , key2 , value2 , ... )
options = optimset ( options , key , value )
options = optimset ( options , key1 , value1 , key2 , value2 , ... )

Description

Configures and returns an updated optimization data structure.

Authors


Report an issue
<< optimget fmincon API Functions >>