How can I compile a standalone MATLAB application with startup options (e.g. nojvm)?

16 Ansichten (letzte 30 Tage)
I would like a standalone application I am compiling to startup with software OpenGL. How can I accomplish this?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 2 Mai 2023
Bearbeitet: MathWorks Support Team am 3 Mai 2023
The startup options for a compiled application can be specified in the 'Settings' menu:
  1. Open the MATLAB Compiler window.
  2. Click the 'Settings' button in the toolstrip.
  3. Type '-R -softwareopengl' (without the single-quotes) in the text box towards the top.
More information about the MATLAB compiler can be found here:

Weitere Antworten (0)

Kategorien

Mehr zu Application Deployment finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by