次の形式の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.