Evaluate FIS with Dataset in MS Excel
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
Yatin
am 14 Okt. 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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Fuzzy Logic in Simulink finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!