"cpselect.m" excluded from packaging
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I got this message in "PackagingLog.html" when trying to package an application
Excluded "C:/Program Files/MATLAB/R2019b/toolbox/images/imuitools/cpselect.m"; reason: The file or function has been excluded from packaging for the "MCR" target environment according to the "Compiler" license
Is there a way to solve this
0 Commenti
Risposta accettata
Shraddha Jain
il 3 Giu 2021
Modificato: Shraddha Jain
il 3 Giu 2021
Hi Xi,
MATLAB Compiler does not support deployment of all built-in functions. If a user invokes an unsupported function in a deployed application, the application will not work as expected.
In your case, the function cpselect from the Image Processing Toolbox is not supported by the MATLAB Compiler and that is why you are seeing the above error. You can check the complete list of Support for MATLAB, Simulink and Toolboxes for more information.
Hope this helps!
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Code Generation, GPU, and Third-Party Support in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!