Fuzzy Logic Processor

Fuzzy Logic Processor
759 Downloads
Updated 2 May 2014

View License

Implement a basic Fuzzy Logic Processor that utilizes user provided Fuzzy Sets, Fuzzy Rules and "crisp" input parameters to determine a "crisp" output. The solver will be implemented using only MatLab, follow the standard Fuzzy Logic methodology and will have the following specifications:
• Fuzzy Sets, Fuzzy Rules & Crisp Inputs will be provided as text (CSV) files
• All antecedent membership functions will be defined using the trapezoidal function
• Consequent membership grades will be determined using Mamdani's fuzzy implication method
• The "defuzzification" will implement the Center of Area method to determine the Crisp Output
See FLP_Script.m for an example of how to use the functions.

Cite As

James Kunce (2024). Fuzzy Logic Processor (https://www.mathworks.com/matlabcentral/fileexchange/46438-fuzzy-logic-processor), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Fuzzy Logic Toolbox in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

changed description

1.0.0.0