Functions not found by application compiler

20 visualizzazioni (ultimi 30 giorni)
Tobias McNeil
Tobias McNeil il 17 Ott 2024
Risposto: Tushar Sharma il 28 Ott 2024 alle 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

Risposte (1)

Tushar Sharma
Tushar Sharma il 28 Ott 2024 alle 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:

Categorie

Scopri di più su Just for fun in Help Center e File Exchange

Prodotti


Release

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by