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
creates a default
option set for generating a fuzzy inference system output surface using opt
= gensurfOptionsgensurf
. Use dot notation to modify this option set for your specific
application. Any options that you do not modify retain their default values.
sets properties using one
or more name-value arguments. Enclose the property name in quotes. For example,
opt
= gensurfOptions(Name,Value
)"NumGridPoints",30
sets the number of grid points to 30.
Properties
Object Functions
gensurf | Generate fuzzy inference system output surface |