Filter löschen
Filter löschen

GUI compilation on machine without MATLAB installed

2 Ansichten (letzte 30 Tage)
Jaime Serrano
Jaime Serrano am 9 Apr. 2018
Beantwortet: Walter Roberson am 9 Apr. 2018
I would like to run a MATLAB app (GUI) on target machines that do not have MATLAB installed. Is there any possibility to compile the MATLAB code by using the standalone Application Compiler app?

Antworten (1)

Walter Roberson
Walter Roberson am 9 Apr. 2018
The Standalone Application Compiler must be run on a system that has MATLAB installed and the appropriate MATLAB Compiler licenses (and whatever toolboxes are used for the code being compiled.)
Furthermore the compiler must be run on the same class of operating system as its target -- though you might possibly be able to compile for MS Windows 32 bits on an MS Windows 64 bit system. But you cannot compile for Linux on an MS Windows system, for example.
But that is the compiler part. Once the application is built, the application can be installed on another system that meets the hardware / software requirements for the version of MATLAB that was used to compile (except perhaps 32 bit targets might be permitted.)

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!

Translated by