MATLAB Function Reference
Go to function:
Search
 
Help Desk
mamdani
Methods
See Also
build a mamdami object
Syntax
m=mamdani(varargin)
Description
m=mamdani(varargin)
Methods
add_rules
add specified number of rules
add_sets
Add fuzzy sets along one or more dimension of the space
check
checks the consistency of all the field of a mamdani object
denormalize
denormalises the model
display
Display an object of class mamdani
eval
computes the value of the model
get
gets the value of the attribute of an object
identify
identifies a fuzzy model from data
jacob_inputs
computes the jacobian of the model
jacob_params
computes the jacobian of the model
membership
Compute the degree of fullfilment of the rules of a mamdani function
normalise
normalises the model M
plot
performs a plot of the a mamdani model
rem_rules
remove the specified rules from the mamdani object
rem_sets
remove the specified sets from the mamdani object
rules_parser
parses rules in order to populate the rules base of a mamdani model
set
set object properties
sets_grid
Remove every fuzzy sets and replace them by evenly spaced ones
See Also
[
Help Desk
]