How can I include a Simulink model in an application deployed with MATLAB Compiler?
조회 수: 4 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2022년 8월 31일
답변: MathWorks Support Team
2022년 8월 31일
I have developed a MATLAB application that calls a Simulink model. I would like to deploy the MATLAB application with the MATLAB Compiler; however, Simulink commands such as SIM are not supported by the MATLAB Compiler. How can I include the usage of Simulink in my deployed MATLAB application?
채택된 답변
MathWorks Support Team
2022년 8월 31일
Starting in R2020a, Simulink Compiler enables you to share Simulink simulations as standalone executables. You can build the executables by packaging the compiled Simulink model and the MATLAB code used to set up, run, and analyze a simulation. Standalone executables can be complete simulation apps that use MATLAB graphics and UIs designed with MATLAB App Designer.
See the Simulink Compiler product page for more information about the product: https://www.mathworks.com/products/simulink-compiler.html
There is an example illustrating this workflow posted in the documentation at the location below: https://www.mathworks.com/help/slcompiler/ug/deploy-a-simulation-with-simulink-compiler.html
For solutions with R2019b and earlier, contact our Consulting Services:https://www.mathworks.com/services/consulting.html
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!