"cpselect.m" excluded from packaging
2 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Shraddha Jain
on 3 Jun 2021
Edited: Shraddha Jain
on 3 Jun 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 Comments
More Answers (0)
See Also
Categories
Find more on Code Generation, GPU, and Third-Party Support in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!