フィルターのクリア

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

4 ビュー (過去 30 日間)
motevalizadeh
motevalizadeh 2017 年 10 月 27 日
回答済み: Walter Roberson 2017 年 10 月 27 日
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 Center および File ExchangeFuzzy Logic Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by