31.10.2014 Views

What Is Fuzzy Logic?

What Is Fuzzy Logic?

What Is Fuzzy Logic?

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

genfis3<br />

Example 3<br />

The following example specifies the type of FIS, the number of desired<br />

clusters and FCM options.<br />

Xin1 = 7*rand(50,1);<br />

Xin2 = 20*rand(50,1)-10;<br />

Xin = [Xin1 Xin2];<br />

Xout = 5*rand(50,1);<br />

fis = genfis3(Xin,Xout,'mamdani',3,[2,100,1e-5,1])<br />

See Also<br />

anfis, fcm, genfis1, genfis2<br />

4-42

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!