How do I deploy a Simulink model with external inputs and tunable parameters to third-party users without MATLAB and Simulink?
3 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2020 年 4 月 27 日
編集済み: MathWorks Support Team
2021 年 10 月 26 日
I want to deploy a Simulink model which has tunable parameters and takes external input to a third-party user whos does not have MATLAB and Simulink installed.
採用された回答
MathWorks Support Team
2021 年 10 月 22 日
編集済み: MathWorks Support Team
2021 年 10 月 26 日
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. With Simulink Compiler, you can deploy a model to experiment and tune simulation parameters on systems without MATLAB or Simulink installed. The following example illustrates this workflow:
Furthermore, the simulation can be included in an app that uses MATLAB graphics and UIs designed with MATLAB App Designer. The following example illustrates this workflow:
End users do not need full MATLAB or Simulink installations, they only need to install MATLAB Runtime to run and use the compiled simulation. To install MATLAB Runtime, direct end-users to the following website:
See the Simulink Compiler product page for more information about the product:
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!