convert a .fis file to java Jar file

1 view (last 30 days)
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
  2 Comments
Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh on 4 Jun 2015
Edited: Salaheddin Hosseinzadeh on 4 Jun 2015
Hi Maryam,
Did you use the GUI to build your FIS or you wrote a code?
OK, I just checked the FIS editor, and I couldn't see an export to .m option!
It's fairly easy to write it as an .m file, consider this as the last resort.
Good Luck
maryam Moeini
maryam Moeini on 4 Jun 2015
Hey there, Thanks for the reply. I used GUI to build my fuzzy logic system. Can you tell me how can i write it as a .m file?

Sign in to comment.

Accepted Answer

maryam Moeini
maryam Moeini on 4 Jun 2015
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.)
  2 Comments
Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh on 5 Jun 2015
I don't see an attached document!
However, MATLAB User guide for fuzzy logic toolbox covers almost everything.
Titus Edelhofer
Titus Edelhofer on 5 Jun 2015
Edited: Titus Edelhofer on 5 Jun 2015
Hi Maryam,
you need the MATLAB Compiler SDK to compile your MATLAB code into a .jar file (in previous releases known as MATLAB Builder JA (for Java)).
Titus

Sign in to comment.

More Answers (0)

Categories

Find more on Fuzzy Logic Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!