Check the license of a toolbox
    56 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
How to check if tool box is activated or not ?
0 commentaires
Réponse acceptée
  Pruthvi G
      
 le 19 Avr 2019
        Run in Command window to get the Version.
ver
TO get activated licenses please run this command
 license('test','Database_Toolbox') % for Database_Toolbox Toolbox
 license('test','simulink') % for simulink Toolbox
if license exist answer will be 1 else 0.
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Install Products 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!

