Filter löschen
Filter löschen

Type 2 fuzzy logic System

29 Ansichten (letzte 30 Tage)
Twilighter
Twilighter am 10 Aug. 2011
Kommentiert: Elif Nur am 20 Feb. 2024
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 Kommentare
Luis
Luis am 18 Okt. 2023
Hi, please; Can I use fuzzy logic in Simulink online?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Tufan Kumbasar
Tufan Kumbasar am 7 Jan. 2016
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 Kommentare
Walter Roberson
Walter Roberson am 27 Jun. 2022
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 am 27 Jun. 2022
Bearbeitet: Walter Roberson am 27 Jun. 2022
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (7)

nadji hadroug
nadji hadroug am 28 Mär. 2017
FUZZY_TYP_2 TOOLBOOX
  8 Kommentare
Ramkrishna Ghosh
Ramkrishna Ghosh am 5 Okt. 2020
fuzzy2
Undefined function or variable 'newfis2'.
Error in fuzzy2 (line 29)
newFis=newfis2('Untitled','mamdani'); whenever running this code
Walter Roberson
Walter Roberson am 5 Okt. 2020
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.

Melden Sie sich an, um zu kommentieren.


Chad MacDonald
Chad MacDonald am 22 Mär. 2022
As of R2019b, Fuzzy Logic Toolbox software natively supports interval type-2 fuzzy systems. For more information, see:

Walter Roberson
Walter Roberson am 22 Dez. 2012
  8 Kommentare
Walter Roberson
Walter Roberson am 20 Apr. 2021
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 am 9 Dez. 2021
iam getting error while installing IT2 tool box-fuzzyt2-
pathtool
>> fuzzyt2
Undefined function or variable 'fuzzyt2'.
Did you mean:
>> fuzzy

Melden Sie sich an, um zu kommentieren.


BANDREDDY BABU
BANDREDDY BABU am 6 Sep. 2017
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 Kommentar
Walter Roberson
Walter Roberson am 6 Sep. 2017
Note that Tufan Kumbasar would not have been notified about your query.

Melden Sie sich an, um zu kommentieren.


sonya bahrabadi
sonya bahrabadi am 24 Feb. 2018
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 Kommentar
Aman Kumar Singh
Aman Kumar Singh am 10 Nov. 2018
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

Melden Sie sich an, um zu kommentieren.


Khothibul Umam
Khothibul Umam am 9 Okt. 2021
>> 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 Kommentare
Omar Rateb Shehata
Omar Rateb Shehata am 2 Jan. 2023
Thank you very much mister med Max
Elif Nur
Elif Nur am 20 Feb. 2024
Thank you very much med Max.

Melden Sie sich an, um zu kommentieren.


Hasin
Hasin am 30 Aug. 2022
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 Kommentare
Walter Roberson
Walter Roberson am 30 Aug. 2022
Upgrade? I would imagine that contains() is not the only newer function that is used.
Hasin
Hasin am 31 Aug. 2022
Thanks for the help.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Fuzzy Logic in Simulink finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by