Simulink standalone executable
2 views (last 30 days)
Show older comments
With Simulink Coder and using the "rsim" target (rapid simulation) it is possible to produce an executable file. Is it possible to distribute this executable for people who don't have Matlab/Simulink ? I tried to install MCR for running this file but it does not seem to be enough.
0 Comments
Accepted Answer
Kaustubha Govind
on 9 Apr 2012
I don't think the RSIM target is meant to be deployed onto machines that do not have MATLAB/Simulink installed. AFAIK, tt is meant for rapid-prototyping on the same machine where Simulink runtime libraries are present. You can use the GRT/ERT targets to generate a standalone executable that can run without MATLAB/Simulink.
The MCR (MATLAB Compiler Runtime) is needed only for binaries produced by MATLAB Compiler/Builder products. However, Simulink is not supported for deployment using these products - it is meant only for MATLAB code.
0 Comments
More Answers (0)
See Also
Categories
Find more on Deployment, Integration, and Supported Hardware 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!