I am working on Fuzzy logic toolbox and got some .fis files input , output images. How can I convert them into .eps image format. Images are attached with this question.
Use plotmf to draw the fis model. In the figure windows, choose menu File > Export Setup > Export. And choose the .eps format (or just simpler File > Save as > .eps file.
Use plotmf to draw the fis model. In the figure windows, choose menu File > Export Setup > Export. And choose the .eps format (or just simpler File > Save as > .eps file.
I thought the best way is to export your fuzzy model to Matlab "Workspace" and then use the m files or command lines to get outputs from your model. Hopefully we will able to save the resulted figures in any format included eps!
As mentioned by Dr. Thanh, you can use the built-in functions (plotmf and gensurf) in the Fuzzy Logic Toolbox to plot the membership functions and the input-output surface. Then save the figure in EPS format.
To convert an existing image to the EPS format, you can use any image converter software that has this capability. Else, you may try the online image converter.
Since you are working on a Mamdani fuzzy system, I think you won't have any trouble with plotmf. Anyhow, please take note that the plotmf function cannot be used to plot the singleton output functions of the Sugeno fuzzy system. To do so, you have to use your programming skills to write and run a MATLAB script like Dr. Borhani suggested.