"cpselect.m" excluded from packaging
    10 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
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 commentaires
Réponse acceptée
  Shraddha Jain
    
 le 3 Juin 2021
        
      Modifié(e) : Shraddha Jain
    
 le 3 Juin 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 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

