How to generate a standalone application for Linux?

32 ビュー (過去 30 日間)
Benson Gou
Benson Gou 2020 年 8 月 1 日
コメント済み: Mil Shastri 2020 年 8 月 11 日
Dear All,
I have a Matlab code. The user does not have Matlab and his platform is Linux not Windows. In order for the user to use my Matlab code, I have to generate a standalone application for Linux. But I do not know how. Does anybody know how to do this?
Thanks in advance.
Benson
  1 件のコメント
Mil Shastri
Mil Shastri 2020 年 8 月 11 日
Hello Benson,
Here is a discussion that has a relevant topic (Can an application be deployed from one type of platform to another?) that might help: https://www.mathworks.com/matlabcentral/answers/376744-frequently-asked-questions-matlab-compiler
The short answer is, unfortunately, cross-compiling an executable from one platform (Windows) for deployment on another platform (Linux) is not possible. However, if your end-user might be interested in using a platform independent JAVA archive (.jar) file, here's a workflOW to achieve that using the Compiler SDK: https://www.mathworks.com/help/compiler_sdk/java/ensuring-multi-platform-portability.html
Regards,
Mil

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by