Decision making Fuzzy LOGIC in MATLAB !

5 views (last 30 days)
Hello
I hav to create a loan risk analyser (credit risk rating application) based on fuzzy logic toolbox. I have studied the fuzzy logic system in MATLAB n created the FIS output.
But my aim is to create that into an end user application ie probably an .exe file.
How can I do dat ?? don hav much prerequisite in MATLAB. I would really be thankful to you.
Thanks n regards !
Channpreet.

Accepted Answer

Arkadiy Turevskiy
Arkadiy Turevskiy on 14 Mar 2014
You should be able to use MATLAB Compiler to create a stand-alone application from the code you write using Fuzzy Logic Toolbox. So if you have code where you define the FIS (membership functions, rules, etc), and then evalfis to evaluate it, you should be able to deploy that using MATLAB Compiler.
Another option to look at is using stan-alone fuzzy inference engine as explaine here .
  1 Comment
CHANNPREET
CHANNPREET on 15 Mar 2014
Sir, If u can plz brief me using an example......I am a student with no coding background. So its hard for me to understand.
MATLAB COMPILER would be fine, but then how to write a code defining membership functions, rules.
Help is appreciated !
Thanks n Regards CHANNPREET

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!