Why are some fmincon options missing?

Updated:


YALMIP creates the options structure for FMINCON through the call fmincon(‘default’) which creates a different set of options compared to the alternative method optimset(‘fmincon’). This is an inconsistency within FMINCON, and you simply have to figure out what the option is called when created this way.