Evaluate FIS with Dataset in MS Excel
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Yatin
2013 年 10 月 14 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Fuzzy Logic in Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!