-1

次の形式のMatlabFISEDITOR(Fuzzy Logic Toolbox)を使用してルールを設定したいと思います。

if .......
AND ......
OR ......
THEN ......

MatlabのRuleViewerを使用してこのようなルールを設定するにはどうすればよいですか?

P.S: I am not satisfied with the help documentation because they have discussed with a very simple problem. e.g:If (service is poor) or (food is rancid) then (tip is cheap).... Now if you look at this statement they have used only one operator "or" ...what if i have to make such a relation:If (service is poor) or (food is rancid) and (bla bla bla) then (tip is cheap)...I am eager about knowing how to implement a composite type of statement using Rule Editor in FIS Editor.

4

1 に答える 1

0

これは、「MaltabRuleViewerTutorial」をGoogleで検索した最初の結果です。それはあなたの質問に対処しているようです。

于 2011-03-22T16:03:50.890 に答える