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?

 Respuesta aceptada

Subhadeep Koley
Subhadeep Koley el 6 de Jul. de 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 comentario

wiam Ayrir
wiam Ayrir el 9 de Jul. de 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 ^^

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Fuzzy Logic in Simulink en Centro de ayuda y File Exchange.

Productos

Versión

R2020a

Preguntada:

el 6 de Jul. de 2020

Comentada:

el 9 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by