fuzzy logic in matlab

2 ビュー (過去 30 日間)
joni nababan
joni nababan 2020 年 3 月 2 日
コメント済み: joni nababan 2020 年 3 月 4 日
how to do fuzzy logic on matlab, but i use training data from excel

採用された回答

Walter Roberson
Walter Roberson 2020 年 3 月 2 日
As to how to use training data from excel: first import the data into MATLAB. Once you have the data in memory, the Fuzzy Logic Toolbox does not care where the data came from.
To read the data into MATLAB, see readtable() or xlsread(). If you have R2019b or later, you might be able to use readmatrix()
  3 件のコメント
joni nababan
joni nababan 2020 年 3 月 4 日
thankyou so much

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFuzzy Logic in Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by