Functions not found by application compiler

20 ビュー (過去 30 日間)
Tobias McNeil
Tobias McNeil 2024 年 10 月 17 日
回答済み: Tushar Sharma 2024 年 10 月 28 日 4:58
I am creating new features in a long term standalone app, add after working on a .mlapp file that was already added to the app, the application compiler now misses or cannot find core functions like getdatasources, meaning that the whole app now no longer functions. I have not yet tried removing the addedd .mlapps because I would prefer to consult others before taking that drastic step.
I have added a screen capture of the packing log below.
Furthermore, I haven't usd this forum before so I'll add in as much extra info as I can if requested

回答 (1 件)

Tushar Sharma
Tushar Sharma 2024 年 10 月 28 日 4:58
Hi Tobias,
You might be seeing these warnings if your deployed application uses an unsupported function. MATLAB Compiler does not support deploying all built-in functions, and using an unsupported function can cause the application to malfunction.
Ensure that you are not using any unsupported functions or Toolbox functionality in your deployed application. Refer to the following resources for a complete list of unsupported functions:
  1. Commonly used built-in functions which cannot be deployed: https://www.mathworks.com/help/compiler/unsupported-functions.html
  2. MATLAB Compiler support by toolbox: https://www.mathworks.com/products/compiler/compiler_support.html
If you see warnings about functions even though you are not directly invoking them in your code, please contact MathWorks Technical Support:

カテゴリ

Help Center および File ExchangeJust for fun についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by