set
Assign values in fit options structure
Description
set(
displays all property names of the fit options structure options
)options
. If a property has a finite list of possible character vector values, these values are also displayed.
returns a structure s
= set(options
)s
with the same property names as options
. If a property has a finite list of possible character vector values, the value of the property in s
is a cell array containing the possible character vector values. If a property does not have a finite list of possible character vector values, the value of the property in s
is an empty cell array.
set(
sets the properties specified by the character vectors options
,field1,val1,field2,val2,...
)field1
, field2
, ... to the values val1
, val2
, ..., respectively.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a