How to use the output of one fuzzy logic system as input for another fuzzy logic system?

2 ビュー (過去 30 日間)
Luis Cano
Luis Cano 2017 年 7 月 19 日
コメント済み: Al G 2017 年 8 月 25 日
I have 9 variables with 2 outputs each and I would like to use those 18 outputs as inputs for another fuzzy inference system with 1 final output. Is there a way to do this with code in matlab?
  1 件のコメント
Al G
Al G 2017 年 8 月 25 日
Hi Luis, Did you find a way to export outputs as input variables in FIS. I have the same problem and still stuck with it. Thanks.

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

回答 (1 件)

Meeshawn Marathe
Meeshawn Marathe 2017 年 7 月 28 日
Hi,
You can launch the "Fuzzy Logic Designer" App from the command window with the following command:
>>fuzzy
This interface simplifies the design procedure with options to add new variables, new rules and membership functions. You can then export the variables to the workspace or a file and then import again to design another fuzzy system.
A detailed example to get started can be found here .
Cheers!
  1 件のコメント
Al G
Al G 2017 年 8 月 24 日
Hi, This option doesn't seem to work since there is no option to export the output as a variable. In a cascade fis system, we need to use the outputs from one level as inputs (varaibles) for next fis level. Do you know how to export the variables to be used in other fis? Thanks.

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

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by