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

16 ビュー (過去 30 日間)
I would like a standalone application I am compiling to startup with software OpenGL. How can I accomplish this?

採用された回答

MathWorks Support Team
MathWorks Support Team 2023 年 5 月 2 日
編集済み: MathWorks Support Team 2023 年 5 月 3 日
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:

その他の回答 (0 件)

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by