MATLAB: Convert a .fis file to java Jar file

.fis filejar filejavam-file

Hi everyone, i'm new in matlab with limited information so please be patient with me 🙂
So I created a fuzzy logic system with 5 input and 1 output. i have saved it as a .fis file and now i want to use this file in my java codes (in eclipse software).
My questions is how can i convert this .fis to a .m file and then java jar file.
Im using 64x windows 8

Best Answer

Hi Salaheddin,
Thanks for the idea of coding my FIS. So by using the help of the attached document i managed to code my FIS and save it as an .M file
Now my second step should be : converting my .m file to a jar file
(I'm writing these comments for those who are facing the same problem.)
Related Question