evalfisOptions
Option set for evalfis
function
Description
Use an evalfisOptions
object to specify options for the
evalfis
function.
Creation
Description
creates an
option set for the opt
= evalfisOptionsevalfis
function with default options.
To modify the properties of this option set, use dot notation.
sets one or more properties
using name-value pairs. For example,
opt
= evalfisOptions(Name=Value
)evalfisOptions(NumSamplePoints=51)
creates an option set
and sets the number of output fuzzy set samples to 51
.
Before R2021a, use commas to separate each name and value, and enclose Name in
quotes. For example, evalfisOptions("NumSamplePoints",51)
creates an option set and sets the number of output fuzzy set samples to
51
.
Properties
Object Functions
evalfis | Evaluate fuzzy inference system |