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

4 次查看(过去 30 天)
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'.

回答(1 个)

Walter Roberson
Walter Roberson 2017-10-27

类别

Help CenterFile Exchange 中查找有关 Fuzzy Logic Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by