import data in fuzzy toolbox

9 views (last 30 days)
Hamid Yousefi
Hamid Yousefi on 24 Sep 2014
Commented: Walter Roberson on 27 May 2016
how to import data with type data in fuzzy toolbox

Answers (1)

Arkadiy Turevskiy
Arkadiy Turevskiy on 16 Oct 2014
You cannot import input data into Fuzzy Logic Designer app. You can design fuzzy inference sustem there, and then use evalfis function to apply it to input data.
  2 Comments
ehab awad
ehab awad on 27 May 2016
what if you have list of input values that you need to evaluate in fuzzy logic matlab interface
Walter Roberson
Walter Roberson on 27 May 2016
Then you use the Fuzzy Logic Designer to design a FIS. Then you load the data into a variable, and use evalfis() to apply the fis to the input.

Sign in to comment.

Categories

Find more on Fuzzy Logic Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!