to make dll from model simulink with fuzzy logic
1 view (last 30 days)
Show older comments
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
0 Comments
Accepted Answer
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
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.
More Answers (0)
See Also
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!