How to save Type 2 Fuzzy system?

Illustration
Addilynn - 2020-11-28T11:06:44+00:00
Question: How to save Type 2 Fuzzy system?

In the example Fuzzy PID Control with Type-2 FIS, there is nothing that explain how to save the converted fuzzy type 1 system (the fis2). I tried to do the example but I could not manage to find the fis2. Am I missing something?

Expert Answer

Profile picture of Kshitij Singh Kshitij Singh answered . 2025-11-20

After you convert fis1 to fis2, use the code below to save the fis2 system. The below code opens a dialog box for saving the FIS. In this dialog box, specify the desired name and location of the .fis file.

 

writeFIS(fis2)

Again, to load the saved fis2 use the code below

 

fis2 = readfis(fileName) % Enter the filename of your fis file


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!