필터 지우기
필터 지우기

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 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