to make dll from model simulink with fuzzy logic

1 view (last 30 days)
Good afternoon!
Prompt please, is it possible from model simulink which contains the block fuzzy logic, to make dll, and to use it from other program? If - yes, where can I read more about it?
I thank for any answer. Natalia

Accepted Answer

Walter Roberson
Walter Roberson on 19 Jun 2011
I did some looking around, and the hints I was coming up with were that the Fuzzy Logic Toolbox was not supported for code generation. However, I kept looking and found a technical solution that directly implies that it is supported, and gives some indication of problems that might be encountered in R2009a and earlier. See here
The implication is that you would use the Real Time Workshop (RTW) facilities in all but the newest release R2011a, where RTW was renamed Simulink Coder. I am not familiar with the limitations of RTW; I would be more confident that generating a DLL can be done in Simulink Coder.
Simulink Coder (and RTW before it) are optional extra-cost facilities; if you do not have them, I am not confident that you could do what you want. In particular, "MATLAB Compiler" would not be the correct product for the task as very little Simulink is supported for it.
  3 Comments
Walter Roberson
Walter Roberson on 19 Jun 2011
Do you have RTW ? If so then I _think_ it is possible.
I do not have Simulink at all, so I am judging from the documentation and discussions.

Sign in to comment.

More Answers (0)

Categories

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

Products

Community Treasure Hunt

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

Start Hunting!