How to create output Surface for fuzzy defuzzificaion method?

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 件のコメント

Sam Chak
Sam Chak 2020 年 9 月 3 日
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.

サインインしてコメントする。

回答 (1 件)

Sam Chak
Sam Chak 2020 年 9 月 7 日

1 投票

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 件のコメント

kalpana
kalpana 2020 年 9 月 7 日
Thank you sir, I already created defuzzification function. I want to analyze it and compare with existing methods. Is there any way for comparison? Also, how to generate output surface for the proposed method?
Sam Chak
Sam Chak 2020 年 9 月 15 日
  1. Comparing defuzzification methods is subjective, depending on the aspects of comparison. The best is to compare them in your field of expertise, because I don't know what your fuzzy systems are used for.
  2. Are you able to use gensurf(fis)?
kalpana
kalpana 2020 年 9 月 15 日
I have used gensurf(fis) , it has parameters for two inputs and one output. No option to select defuzzification method. Even if defuz method is changed, showing same surface.
Sam Chak
Sam Chak 2020 年 9 月 15 日
Please check the type of your fuzzy system. Is it Mamdani or Sugeno? For your info, custom defuzzification functions are not supported for Sugeno-type systems.
kalpana
kalpana 2020 年 9 月 15 日
Sir, my fuzzy system is Mamdani
Sam Chak
Sam Chak 2020 年 9 月 17 日
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?

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeFuzzy Logic Toolbox についてさらに検索

質問済み:

2020 年 9 月 3 日

コメント済み:

2020 年 9 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by