MembershipFunctionSettings
Tunable parameter settings for fuzzy membership functions
Description
A MembershipFunctionSettings
object contains tunable parameter
settings for a type-1 membership function. Using this object, you can specify the tunability
settings for the parameters of the corresponding membership function.
For more information on the tunable settings of a type-2 membership function, see
MembershipFunctionSettingsType2
.
Creation
Create MembershipFunctionSettings
objects using the getTunableSettings
function with a
mamfis
, sugfis
, or fistree
object. The first and second outputs of
getTunableSettings
contain VariableSettings
objects
for input and output variables, respectively. If a VariableSettings
object
corresponds to a variable with type-1 membership functions, then its
MembershipFunctions
property contains
MembershipFunctionSettings
objects.
Properties
Object Functions
setTunable | Set specified parameter settings as tunable or nontunable |
Examples
Version History
Introduced in R2019a