standalone MATLAB executable question
1 回表示 (過去 30 日間)
古いコメントを表示
Can a standalone MATLAB executable built with R2017A on one machine install and run on a different machine that has R2017B ?
0 件のコメント
回答 (1 件)
Nicolas B.
2019 年 12 月 5 日
that's not at all a problem. If you don't have the exact same MATLAB version with the compiler toolbox, than, you will have to install the required MATLAB Runtime. Than, it runs without using MATLAB itself, but the runtime.
Just a hint, checks that you are installing the latest MATLAB Runtime. The different versions really correct bugs (e.g. R2019a without Update was really buggy but works fine with Update 5).
1 件のコメント
Walter Roberson
2019 年 12 月 5 日
You need the Runtime that corresponds exactly to the version used to create the executable.
参考
カテゴリ
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!