*set Functions
Create or edit solver configuration settings for a specific solver. Simply replace * with the name of the solver you wish to configure. For this page we will use "solverset" as a general example.
Syntax
sopts = solverset('param1',value1,'param2',value2,...)
solverset
sopts = solverset
sopts = solverset(oldopts,'param1',value1,...)
Description
The function solverset creates an options structure that you can pass to optiset for customizing the use of a solver.
sopts = solverset('param1',value1,'param2',value2,...) creates a solver options structure in which the specified parameters (param) have the specified values (value).
solverset with no input or output arguments displays a complete list of parameters with their valid names.
sopts = solverset with no input arguments creates a default options structure
sopts = solverset(oldopts,'param1',value1,...) updates the existing object structure, oldopts, with the new values specified.
Copyright © 2011-2013 Jonathan Currie (I2C2)