I can't use sigmf
Afficher commentaires plus anciens
Hello, I reading help in matlab and i can't create sigmf and i don't know what is a and c parameter? How can create similar it? For example x is between 0 to 255

Réponses (1)
Azzi Abdelmalek
le 29 Avr 2016
Modifié(e) : Azzi Abdelmalek
le 29 Avr 2016
x=0:255;
y=sigmf(x,[0.1 127.5]);
plot(x, y)
Catégories
En savoir plus sur Fuzzy Logic Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!