필터 지우기
필터 지우기

Processing a list of inputs into a fuzzy logic system

조회 수: 1 (최근 30일)
John
John 2012년 6월 17일
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

답변 (1개)

Walter Roberson
Walter Roberson 2012년 6월 17일

카테고리

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