fuzzy inference system modeling -凯发k8网页登录
build fuzzy inference systems and fuzzy trees
fuzzy inference is the process of formulating input/output mappings using fuzzy logic. fuzzy logic toolbox™ software provides tools for creating:
type-1 or interval type-2 mamdani fuzzy inference systems
type-1 or interval type-2 sugeno fuzzy inference systems
trees of interconnected fuzzy inference systems
for more information on fuzzy logic, see . for more information on fuzzy inference, see .
apps
fuzzy logic designer | design, test, and tune fuzzy inference systems |
functions
topics
fuzzy logic basics
fuzzy logic uses linguistic variables, defined as fuzzy sets, to approximate human reasoning.
a fuzzy logic system is a collection of fuzzy if-then rules that perform logical operations on fuzzy sets.
fuzzy inference maps an input space to an output space using a series of fuzzy if-then rules.
fuzzy inference systems
you can implement either mamdani or sugeno fuzzy inference systems using fuzzy logic toolbox software.- type-2 fuzzy inference systems
you can create and evaluate interval type-2 fuzzy inference systems with additional membership function uncertainty. - fuzzy trees
you can implement complex fuzzy inference systems as a collection of smaller interconnected fuzzy systems.
build fuzzy inference systems
- build fuzzy systems using fuzzy logic designer
interactively construct a fuzzy inference system using the fuzzy logic designer app.
construct a fuzzy inference system at the matlab® command line.
you can replace the built-in membership functions and fuzzy inference functions with your own custom functions.