100 likes | 414 Views
Umjetna inteligencija. Vježbe: Neizrazita logika. FIS (fuzzy inference system) Editor. >> fuzzy. >> fuzzy tipper % učitavanje. Working from the Command Line. a = readfis('tipper.fis'). a.Type a.defuzzMethod a.input(1).mf(1). fuzzy(a) displays the FIS Editor.
E N D
Umjetna inteligencija Vježbe: Neizrazita logika
FIS (fuzzy inference system)Editor >> fuzzy >> fuzzy tipper %učitavanje
Working from the Command Line a = readfis('tipper.fis') a.Type a.defuzzMethod a.input(1).mf(1) fuzzy(a)displays the FIS Editor. mfedit(a)displays the Membership Function Editor. ruleedit(a)displays the Rule Editor. ruleview(a)displays the Rule Viewer. surfview(a)displays the Surface Viewer. FIS Evaluation: evalfis([3 5; 2 7], a) ans = 12.2184 7.7885 a = readfis('tipper'); evalfis([1 2], a)
Simulink: >> fuzdemos >> fuzblock
http://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdfhttp://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdf
http://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdfhttp://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdf
http://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdfhttp://cialab.ee.washington.edu/index_files/tutorial/fuzzy.pdf