How to create output Surface for fuzzy defuzzificaion method?

1 view (last 30 days)
I have developed new method of fuzzy defuzzification. How to generate output surface for the proposed method? I want to comparison of proposed method with existing methods SOM, LOM, MOM, centroid and bisector in the form of output surface.
e.g.
or
surfview(fis)
In these methods, no option to select defuzzification method. Only inputs and output can be set. How to plot surface for different defuzzificztion methods?
Any other method for comparison? How to compute performance index for defuzzication method?
Please guide me.
  1 Comment
Sam Chak
Sam Chak on 3 Sep 2020
Good to hear that a new defuzzification method is developed. To make the comparison meaningful, you must choose and compute the performance index for each method and to determine the method that delivers the best result in certain circumstances.

Sign in to comment.

Answers (1)

Sam Chak
Sam Chak on 7 Sep 2020
If you want to create a Custom Defuzzification Function, then read the information on this link:
https://www.mathworks.com/help/fuzzy/building-fuzzy-inference-systems-using-custom-functions.html#brkii8c-3
  6 Comments
Sam Chak
Sam Chak on 17 Sep 2020
Can you generate the surface in the Fuzzy Logic Designer app?
What command did you use to integrate the Custom defuzzification function into the FIS when generating the Mamdani fuzzy inference system?

Sign in to comment.

Categories

Find more on Fuzzy Logic Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!