필터 지우기
필터 지우기

Type 2 fuzzy logic System

조회 수: 32 (최근 30일)
Twilighter
Twilighter 2011년 8월 10일
댓글: Elif Nur 2024년 2월 20일
where can I find the "interval type 2 fuzzy logic system" IT2FLS toolboxs.
i need to download it & start using it in my matlab the same way i use the Fuzzy logic toolbox which comes with matlab
Thanx in advance ...
  댓글 수: 14
Luis
Luis 2023년 10월 18일
Hi, please; Can I use fuzzy logic in Simulink online?
Walter Roberson
Walter Roberson 2023년 10월 18일

댓글을 달려면 로그인하십시오.

채택된 답변

Tufan Kumbasar
Tufan Kumbasar 2016년 1월 7일
We're proud to introduce the research community with an open source Matlab/Simulink toolbox for Interval Type-2 Fuzzy Logic Systems (IT2-FLS) by Ahmet Taskin and Tufan Kumbasar. The current version of the IT2-FLS toolbox allows intuitive implementation of IT2-FLSs where it is capable to cover all the phases of its design. We would like to encourage the research community to contribute to the development of the IT2-FLS toolbox through suggestions, comments or contributions.
More detailed information about the toolbox and its download link can be found in:
  댓글 수: 38
Walter Roberson
Walter Roberson 2022년 6월 27일
Please show the complete error message, indicating what MATLAB thinks is wrong with the line.
Adrián Ávila Villacís
Adrián Ávila Villacís 2022년 6월 27일
편집: Walter Roberson 2022년 6월 27일
Matlab show this message:
Scalar structure required for this assignment.
Error in helper.setCrispInterval (line 77)
fis.output.crisp='crisp';
Error in mfEditor/plotmfs>localSelectmf (line 426)
helper.setCrispInterval('crisp'); %% Edit1
Error while evaluating Text ButtonDownFcn.

댓글을 달려면 로그인하십시오.

추가 답변 (7개)

nadji hadroug
nadji hadroug 2017년 3월 28일
FUZZY_TYP_2 TOOLBOOX
  댓글 수: 8
Ramkrishna Ghosh
Ramkrishna Ghosh 2020년 10월 5일
fuzzy2
Undefined function or variable 'newfis2'.
Error in fuzzy2 (line 29)
newFis=newfis2('Untitled','mamdani'); whenever running this code
Walter Roberson
Walter Roberson 2020년 10월 5일
newfis2 is defined in 461518359T2FLToolbox/T2FLToolbox/fuzzy2/fuzzy2/fuzzy2/newfis2.m where 461518359T2FLToolbox is the name of the directory created when you unzipped the toolbox.

댓글을 달려면 로그인하십시오.


Chad MacDonald
Chad MacDonald 2022년 3월 22일
As of R2019b, Fuzzy Logic Toolbox software natively supports interval type-2 fuzzy systems. For more information, see:

Walter Roberson
Walter Roberson 2012년 12월 22일
  댓글 수: 8
Walter Roberson
Walter Roberson 2021년 4월 20일
What are the details of the error message? What does it say is going wrong? For example is it complaining about unknown variable figName ?
rajesh pashikanti
rajesh pashikanti 2021년 12월 9일
iam getting error while installing IT2 tool box-fuzzyt2-
pathtool
>> fuzzyt2
Undefined function or variable 'fuzzyt2'.
Did you mean:
>> fuzzy

댓글을 달려면 로그인하십시오.


BANDREDDY BABU
BANDREDDY BABU 2017년 9월 6일
Thank you for your research related to IT2-FLS But while designing IT2-FLS in Matlab Simulation, I am unable to add Membership functions and unable to add rules in IT2-FLS
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 9월 6일
Note that Tufan Kumbasar would not have been notified about your query.

댓글을 달려면 로그인하십시오.


sonya bahrabadi
sonya bahrabadi 2018년 2월 24일
hi, I want matlab code of type-2 fuzzy logic controller design to control dc motor. Is anyone can help, Thanks Sonyabahrabadi@yahoo.com
  댓글 수: 1
Aman Kumar Singh
Aman Kumar Singh 2018년 11월 10일
Hi! Did you get the MATLAB model file? If yes, then could you please send it to me? Thank you! My email ID: amankumarsingh2468@gmail.com

댓글을 달려면 로그인하십시오.


Khothibul Umam
Khothibul Umam 2021년 10월 9일
>> fuzzyt2
t2fis =
struct with fields:
name: 'Test'
type: 'sugeno'
andMethod: 'prod'
orMethod: 'probor'
defuzzMethod: 'wtaver'
impMethod: 'prod'
aggMethod: 'sum'
typeRedMethod: 'KM'
input: [1×2 struct]
output: [1×1 struct]
rule: [1×4 struct]
y =
0.1576
I'm using the 2018b version, and a message like this appears, can you help me?
  댓글 수: 9
Omar Rateb Shehata
Omar Rateb Shehata 2023년 1월 2일
Thank you very much mister med Max
Elif Nur
Elif Nur 2024년 2월 20일
Thank you very much med Max.

댓글을 달려면 로그인하십시오.


Hasin
Hasin 2022년 8월 30일
Anyone can help me to remove this error for interval type 2 fuzzy logic.
fuzzyt2
Undefined function 'contains' for input arguments of type 'char'.
Error in readt2fis (line 142)
if ~contains(rangeStr,'CrispInterval')
Error in fuzzyt2 (line 26)
t2fis=readt2fis('test.t2fis'); % creates a Structure array
  댓글 수: 4
Walter Roberson
Walter Roberson 2022년 8월 30일
Upgrade? I would imagine that contains() is not the only newer function that is used.
Hasin
Hasin 2022년 8월 31일
Thanks for the help.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Fuzzy Logic in Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by