How to compile .m on windows to be executable on Linux x86_64?
71 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Stepan Subik
am 20 Mär. 2020
Kommentiert: Stepan Subik
am 26 Mär. 2020
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?
0 Kommentare
Akzeptierte Antwort
Prabhanjan Mentla
am 24 Mär. 2020
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!