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 CenterFile Exchange에서 Just for fun에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by