Can a MATLAB Compiler Application Call External Functions?

13 ビュー (過去 30 日間)
MathWorks Support Team
MathWorks Support Team 2023 年 4 月 13 日
回答済み: MathWorks Support Team 2023 年 4 月 13 日
I have a MATLAB Compiler application. I'd like for end users of the application to call their own MATLAB Functions from this app. Is there a way to call MATLAB Functions (M or P files) that are not included in the original compilation of the application without re-deploying the application?

採用された回答

MathWorks Support Team
MathWorks Support Team 2023 年 4 月 13 日
No. MATLAB Compiler applications require that all of the code that they use is included during the original compilation and deployment process. MATLAB Compiler does not support adding new functionality or calling external functions after the app has been deployed. If you want to expand your apps functionality, you will need to re-deploy the app.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by