gensurfOptions
Option set for gensurf
function
Description
Use a gensurfOptions
object to specify options for creating a
surface plot using gensurf
. You can specify options such as the inputs to
plot the output against and the number of grid points to plot.
Creation
Description
returns a default
option set for generating a fuzzy inference system output surface using
opt
= gensurfOptionsgensurf
. To modify options, use dot notation.
specifies properties using one or more name-value arguments. For example, opt
= gensurfOptions(PropertyName=Value
)opt =
gensurfOptions(NumGridPoints=30)
sets the number of grid points to 30.
Properties
Object Functions
gensurf | Generate fuzzy inference system output surface |