I am working on a problem with many conditions (say 40). If I write the membership function for two inputs; how can I create own fuzzy output function. Is it possible with the fuzzy toolbox?
Check the website below, i think you will get what you want. http://www.tech.dmu.ac.uk/~hseker/CSCI3406%20200809/Week%20-%203%20%20CSCI%203006%20Lecture%203and4.ppt.
If you mean that : you want to create a custom type of output membership functions . It is not possible to do that in the Fuzzy toolbox . I advice you try the different type and decide which one fits what you want.
You can to design output's membership function by simulink in matlab. you can defined the number of MF, type of MF, Universe of discourse and some other parameters. I have a paper "review of fuzzy controller", it can help you.
If you are referring to an exit membership function different from the triangular one that the Matlab fuzzy logic tool allows, it is not possible. Try importing it from the work space. What you can do is create the output amount you want. only in the way the editor gives it to you
The process is direct. You can use the simulink in MATLAB. Define the membership function (MF) and number of input to output to be considered. Alternatively, you can create your output space by properly defining and arranging your dataset taking into consideration the amount of output MF link. Then import from workspace. Please look out for good materials online. Youtube info. will be helpful.