How do I create a custom membership function using the Fuzzy Logic Toolbox?
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 14 de Sept. de 2012
Editada: MathWorks Support Team
el 22 de Feb. de 2022
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?
Respuesta aceptada
MathWorks Support Team
el 22 de Feb. de 2022
Editada: MathWorks Support Team
el 22 de Feb. de 2022
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Fuzzy Logic Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!