How can I install specific products within the MATLAB Runtime to save space?
45 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2013 年 4 月 19 日
編集済み: MathWorks Support Team
2025 年 5 月 2 日
The MATLAB Runtime installer provided on the MathWorks Website is monolithic, offering no options for selective installation and requiring several gigabytes of space. Is it possible to create a custom installer for the MATLAB Runtime that includes only the components necessary for my compiled MATLAB application(s), resulting in a smaller installation size?
採用された回答
MathWorks Support Team
2025 年 5 月 2 日
編集済み: MathWorks Support Team
2025 年 5 月 2 日
There are three ways to create a minimal installation for MATLAB Runtime:
Starting from R2024b, application developers can use the 'compiler.runtime.customInstaller' function to create a custom MATLAB Runtime installer with a minimal size footprint that installs only the MATLAB Runtime components required to run one or more applications created with MATLAB Compiler or MATLAB Compiler SDK. See this documentation page:
Since R2023b, another option is to use the 'compiler.runtime.createDockerImage' function to create a custom MATLAB Runtime Docker® image that can run multiple applications. See this documentation page:
Furthermore, there is the option to use Application Packaging which has been available since MATLAB R2016a. See the following MATLAB Answer for details:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Standalone Applications についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!