Fuzzy Logic 'Connection' function
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tommy
el 18 de Mzo. de 2014
Comentada: Tommy
el 28 de Mzo. de 2014
Hi
I have a question regarding to this website I visited.
I want to learn to build a fuzzy logic controller from scratch, but I encountered a problem.
I clicked on the section of 'Building a system from scratch', and my question is what are the functions which are named 'connection' and 'weight'? What do they mean?
I understand the rest of the code but do not understand what these two functions are for. Could somebody help me please.
Thanks very much
Tommy
0 comentarios
Respuesta aceptada
Arkadiy Turevskiy
el 27 de Mzo. de 2014
The m + n + 1 column contains the weight that is to be applied to the rule. The weight must be a number between zero and one and is generally left as one.
The m + n + 2 column contains a 1 if the fuzzy operator for the rule's antecedent is AND. It contains a 2 if the fuzzy operator is OR. (so that's the connection).
Más respuestas (0)
Ver también
Categorías
Más información sobre Fuzzy Inference System Modeling en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!