Evaluate FIS with Dataset in MS Excel

9 views (last 30 days)
Rafiu
Rafiu on 14 Oct 2013
Answered: Yatin on 14 Oct 2013
Hello All, I want to be guided on how to evaluate my Fuzzy Inference System model using a collection of dataset at a go. I am aware of evalfis and some samples that demonstrate explicit entry of input vectors. However, in this case, I wish to refer to dataset already stored in MsExcel. Your suggestion will be high appreciated.

Answers (1)

Yatin
Yatin on 14 Oct 2013
Hi,
You can import your dataset from an Excel sheet into MATLAB using the "Import Data" button at the top of your MATLAB workbench. If your data is always going to be in the same format, then you can also generate a script/function while importing the data so that you don't have to manually import the data every time. Also based on your data you can import it as individual column vectors, a single matrix, a cell array or a table.
Hope this helps.

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!