Evaluate FIS with Dataset in MS Excel
Mostra commenti meno recenti
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.
Risposte (1)
Yatin
il 14 Ott 2013
0 voti
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.
Categorie
Scopri di più su Fuzzy Logic in Simulink in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!