implementation in FIS
Ältere Kommentare anzeigen
Hi Dear friends. How can I Change the implementation in an saved FIS.
1 Kommentar
Grzegorz Knor
am 6 Sep. 2011
What is FIS?
Antworten (2)
Desiree
am 6 Sep. 2011
0 Stimmen
FIS stands for fuzzy inference system. When you design fuzzy systems with the Fuzzy Logic Toolbox you can save them to disk as a FIS file.
There are 2 ways to change an existing implementation:
1. Load the FIS into the fuzzy tool and perform changes in the tool:
fuzzy('fisname.fis')
2. Work with command line arguments: use READFIS to read the fis, GETFIS to view the properties and SETFIS to set them, then use WRITEFIS to save it again. Please also see the doc here
ali kenari
am 10 Sep. 2011
0 Stimmen
Kategorien
Mehr zu Fuzzy Logic in Simulink finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!