Add custom defuzzification methode - code needed for modified center of area

조회 수: 4 (최근 30일)
Jelena Jovanovic
Jelena Jovanovic 2019년 9월 9일
답변: Asvin Kumar 2021년 3월 15일
I am designing a fuzzy system in Fuzzy Logic Toolbox. I would like to add a custom defuzzification method, namely the modified center of area (https://www.physik.uzh.ch/local/teaching/SPI301/LV-2015-Help/lvpidmain.chm/modcenter_of_area.html). Does anyone know the code I can use to implement this defuzz method?
Thank you!
  댓글 수: 1
Nikolaos Giakoumoglou
Nikolaos Giakoumoglou 2020년 9월 21일
fis = newfis('satellite','AndMethod','min','AggregationMethod','max','DefuzzificationMethod','customdefuzz','ImplicationMethod','prod');

댓글을 달려면 로그인하십시오.

답변 (1개)

Asvin Kumar
Asvin Kumar 2021년 3월 15일
Adding to Nikolaos' answer, have a look at this section on adding custom defuzzification methods from this page on Building Fuzzy Systems Using Custom Functions.

카테고리

Help CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by