matlabアプリケーションの配布について.

matlab Compilerを用いて開発したアプリケーションについて,Windowsで作成したファイルをLinuxやOS Xでも実行できるようコンパイルする方法はありませんか?

 Accepted Answer

michio
michio on 27 Nov 2017

2 votes

残念ながらMATLAB側の機能としてはありません。 MATLAB Compiler により作成されたスタンドアロンアプリケーションの配布先のマシンの OS の種類はコンパイルを行ったマシンと同じである必要があります。Windows 環境で作成したスタンドアロンアプリケーションは Linux 上では動作できません。

More Answers (0)

Categories

Find more on スタンドアロン アプリケーション in Help Center and File Exchange

Products

Asked:

on 26 Nov 2017

Answered:

on 27 Nov 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!