Simulink standalone executable

4 views (last 30 days)
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.

Accepted Answer

Kaustubha Govind
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.

More Answers (0)

Categories

Find more on Simulink Coder 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!