About the problem: A “Fuzzy Logic Toolbox” provides functions and apps for designing and simulating fuzzy logic systems. It lets the user specify and configure input variables, output variables, membership functions, rules and defuzzification methods. (Example: MATLAB’s Fuzzy Logic Toolbox™)
Requirements: Build a simple fuzzy logic toolbox and test it on a well-known problem. In this fuzzy logic toolbox, the user can: 1.Define a new fuzzy logic system. 2.Define the system’s variables. 3.Define each variable’s range and fuzzy sets. 4.Define the input variables’ crisp values. 5.Define the rules. 6.Get the predicted output.