How do I create a custom membership function using the Fuzzy Logic Toolbox?
6 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2012 年 9 月 14 日
編集済み: MathWorks Support Team
2022 年 2 月 22 日
Membership functions need to follow a specific format in order to be compatible with the Fuzzy Logic Toolbox. Are there any guidelines available in the documentation that can be used for creating custom membership functions?
採用された回答
MathWorks Support Team
2022 年 2 月 22 日
編集済み: MathWorks Support Team
2022 年 2 月 22 日
The following documentation page outlines the steps involved in creating custom membership functions in Fuzzy Logic Toolbox:
For additional examples, look at the membership functions shipped with the Fuzzy Logic Toolbox. These functions can be found in your $MATLABROOT\toolbox\fuzzy\fuzzy directory
(where $MATLABROOT is the output of the command matlabroot at the command line).
Note that the functions always end with the letters 'mf' (such as 'gaussmf.m', 'trimf.m' etc).
0 件のコメント
その他の回答 (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!