Processing a list of inputs into a fuzzy logic system

1 Ansicht (letzte 30 Tage)
John
John am 17 Jun. 2012
Hello,
I have set up a Fuzzy logic system which takes 2 inputs and produces one output. To evaluate one set of inputs (1,2) you would use the code
a = readfis ('tipper');
evalfis([1 2], a)
My question is, say for example I had a text file with 100 pairs of inputs called Fuzzyinput.text. How could I pass all these inputs into the fuzzy system one after another?
Thank you
John

Antworten (1)

Walter Roberson
Walter Roberson am 17 Jun. 2012

Kategorien

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by