How to save Type 2 Fuzzy system?

5 visualizzazioni (ultimi 30 giorni)
wiam Ayrir
wiam Ayrir il 6 Lug 2020
Commentato: wiam Ayrir il 9 Lug 2020
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?

Risposta accettata

Subhadeep Koley
Subhadeep Koley il 6 Lug 2020
HI,
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
  1 Commento
wiam Ayrir
wiam Ayrir il 9 Lug 2020
Thank you so much for your answer, actually I used this code but didn't work, but after your answer I was sure it is the right code so I figured out that I was saving the initital code file to .m file and not .mlx.
Thank you again ^^

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Fuzzy Logic in Simulink in Help Center e File Exchange

Prodotti


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by