How to compile .m on windows to be executable on Linux x86_64?

조회 수: 69 (최근 30일)
Stepan Subik
Stepan Subik 2020년 3월 20일
댓글: Stepan Subik 2020년 3월 26일
Hi,
I am new to matlab and I just downloaded the Matlab compiler, but I can't see there any option how to run the compilation and how to compile the code on my windows to be executable on a linux remote computer.
Does anybody know how to do that? Or is there any manual I am missing?

채택된 답변

Prabhanjan Mentla
Prabhanjan Mentla 2020년 3월 24일
MATLAB Compiler enables you to share MATLAB programs as standalone applications and web apps.
You can compile the code on windows and but can’t execute on linux as the compiler usually generates executables and libraries for the operating system it runs.
Refer the below links for more details.
  댓글 수: 1
Stepan Subik
Stepan Subik 2020년 3월 26일
Thanks, got that now. But even though I have it compiled on Linux, It won't work on a remote server, where is no matlab installed.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile 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!

Translated by