Add custom defuzzification methode - code needed for modified center of area
5 次查看(过去 30 天)
显示 更早的评论
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
2020-9-21
fis = newfis('satellite','AndMethod','min','AggregationMethod','max','DefuzzificationMethod','customdefuzz','ImplicationMethod','prod');
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fuzzy Logic Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!