implementation of Sigmoid Membership Function
Mostrar comentarios más antiguos
hi
how to implement sigmoid membership function that takes just one value (singleton) as in picture below :
when i add MF in the matlab and select the MF type as "sigmf" it draws a MF that takes 2 parameters as in the picture below , so how could i implement MF as in the picture above ?

5 comentarios
Maria
el 11 de Jun. de 2014
Maria
el 11 de Jun. de 2014
José-Luis
el 11 de Jun. de 2014
I am maybe misunderstanding, but you might have to use a different membership function. One that is not a sigmoid. I don't see how what you show in the upper plot can be interpreted as a sigmoid.
A sigmoid, as implemented by Matlab takes two parameters, you could make one of those parameters a function of the other so you have only one variable, but I still don't understand what you are trying to achieve.
José-Luis
el 12 de Jun. de 2014
If one squints the right way, it looks like a series of trapezoidal membership functions.
doc trapmf
Respuestas (0)
Categorías
Más información sobre Fuzzy Logic Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!