Fuzzy Logic Designer
Design, test, and tune fuzzy inference systems
Description
The Fuzzy Logic Designer app lets you design, test, and tune a fuzzy inference system (FIS) for modeling complex system behavior.
Using this app, you can:
Design Mamdani and Sugeno FISs.
Design type-1 and type-2 FISs.
Tune the rules and membership functions of a FIS or FIS tree.
Design and tune FIS trees. (since R2023b)
Analyze the behavior of a fuzzy system, including:
View rule inference process for given input values
View output surface maps for fuzzy inference systems.
Compare FIS outputs with corresponding output values from testing data. (since R2023a)
View error distributions across input ranges based on testing data. (since R2023a)
Export FIS designs to the MATLAB® workspace.
Open the Fuzzy Logic Designer App
MATLAB Toolstrip: On the Apps tab, under Control System Design and Analysis, click the app icon.
MATLAB command prompt: Enter
fuzzyLogicDesigner
.
Examples
Related Examples
- Get Started Using Fuzzy Logic Designer
- Build Fuzzy Systems Using Fuzzy Logic Designer
- Build FIS Tree Using Fuzzy Logic Designer
- Define Fuzzy Rules Using Fuzzy Logic Designer
- Define Membership Functions Using Fuzzy Logic Designer
- Analyze Fuzzy System Using Fuzzy Logic Designer
- Tune Fuzzy Inference System Using Fuzzy Logic Designer
- Tune FIS Tree Using Fuzzy Logic Designer
- Train Adaptive Neuro-Fuzzy Inference Systems
- Configure Tuning Options in Fuzzy Logic Designer
- Select Rules and Parameters to Tune in Fuzzy Logic Designer
- Export FIS and Simulation Data from Fuzzy Logic Designer
Programmatic Use
Version History
Introduced in R2014bSee Also
Apps
Functions
evalfis
|plotfis
|mamfis
|sugfis
|mamfistype2
|sugfistype2