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. For example, opt
= gensurfOptions(Name=Value
)opt =
gensurfOptions(NumGridPoints=30)
creates a gensurfOptions
object and sets the number of grid points to 30.
Before R2021a, use commas to separate each name and value, and enclose Name in quotes.
For example, opt = gensurfOptions('NumGridPoints',30)
creates a
gensurfOptions
object and sets the number of grid points to 30.
Properties
Object Functions
gensurf | Generate fuzzy inference system output surface |