How to save .* fis file into .*m.files
Ältere Kommentare anzeigen
I currently work on Fuzzy logic system application (GUI). All my works are automatically saved into.fis file. How to save the *.fis file into *.m files.
I use 'readfis' command, but, it only show me the main structure of fuzzy inference system in the matlab command windows. I can't save it into .*m fiels.
I wonder if some one can help me in this issue.
Thank you.
5 Kommentare
Arkadiy Turevskiy
am 12 Mär. 2013
Can you explain why you are asking this? Why is fis file not Ok for you?
Dyah Dewi
am 9 Jun. 2013
Asif Shah
am 20 Mär. 2020
easily to convert from .fis to .m file see this video https://www.youtube.com/watch?v=xLkLsyzn2fk
Kuluru Sudarsana Reddy
am 27 Mär. 2020
thank you so much
Bilel Boudali
am 17 Apr. 2020
Hello ,what is pupose
Antworten (4)
Arkadiy Turevskiy
am 13 Jun. 2013
0 Stimmen
With Fuzzy Logic Toolbox you can create and edit fuzzy systems using the GUI like you are doing, or using command line functions such as newfis, addvar, addmf, addrule.
There is no way to automatically generate a script that will reproduce what you did in the GUI, but if you take a look at an example, you can probably figure out how to write a script.
Asma DJAIDRI
am 3 Mai 2015
0 Stimmen
Hi, i have simulate a fuzzy system inferece with fuzzy toolbox and simulink and i want to get the c++ code to use it in other programme (omnetpp) , but the code generated with simulink , is related with Matlab , but i need a code with no relation after with matlab , is that possible?? thanx a lot
Asif Shah
am 20 Mär. 2020
0 Stimmen
easily to convert from .fis to .m file see this video https://www.youtube.com/watch?v=xLkLsyzn2fk
Asif Shah
am 20 Mär. 2020
0 Stimmen
easily to convert from .fis to .m file see this video https://www.youtube.com/watch?v=xLkLsyzn2fk
Kategorien
Mehr zu Fuzzy Logic in Simulink finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!