derivset
Set or modify derivatives pricing options
Syntax
Description
modifies an existing derivatives pricing options structure
Options
= derivset(Options
,Name,Value
)Options
by changing the specified name-value pair argument
values.
creates a derivatives pricing options structure Options
= derivset(Name,Value
)Options
using
the specified name-value pair argument values. Any unspecified name-value arguments
are set to default values for when the Options
output is passed
to the derivatives function.
combines an existing options structure Options
= derivset(OldOptions
,NewOptions
)OldOptions
with a new
options structure NewOptions
. Any parameters in
NewOptions
with nonempty values overwrite the corresponding
old parameters in OldOptions
.
creates an options
structure Options
= derivsetOptions
where all the parameters are set to the
default values.
derivset
with no input or output arguments displays all
parameter names and information about their possible values.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a