Simulink standalone executable

2 次查看(过去 30 天)
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.

采纳的回答

Kaustubha Govind
Kaustubha Govind 2012-4-9
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 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by