Automate download and installation of MATLAB Compiler Runtime?
4 ビュー (過去 30 日間)
古いコメントを表示
Omar Van Eer
2021 年 12 月 1 日
回答済み: Kiran Felix Robert
2021 年 12 月 6 日
Hello!
I am currently working on the distribution of a Python package that uses MATLAB functions to do some data analysis. I have gotten MATLAB Runtime working within the package but the user still needs to download and install the correct version of MATLAB Compiler SDK onto their computer in order for it to work. My end goal is to have the package distributable to people without them having to do any kind of manual setup.
I have seen the instructions for a silent installation of MCR and was wondering if there would be away to automate the downloading of the files needed to run a silent installation.
0 件のコメント
採用された回答
Kiran Felix Robert
2021 年 12 月 6 日
Hi Omar,
You can then use one of the Non-Interactive or Silent installation methods to install MCR on the target.
Also refer System - Execute operating system command and return output, to issue OS commands which you might need during the install.
0 件のコメント
その他の回答 (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!