Borrar filtros
Borrar filtros

How to a sample in matlab to handle fuzzy LR MF?

4 visualizaciones (últimos 30 días)
motevalizadeh
motevalizadeh el 27 de Oct. de 2017
Respondida: Walter Roberson el 27 de Oct. de 2017
In matlab (fuzzy) i want to write a sample to show Left-right MF (L-R MF) but it seems LR function is not available.
x = 0:0.1:10;
y = LR(x,[65 60 10]);
plot(x,y)
error: Undefined function or variable 'LR'.

Respuestas (1)

Walter Roberson
Walter Roberson el 27 de Oct. de 2017

Categorías

Más información sobre Fuzzy Logic Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by