Effacer les filtres
Effacer les filtres

Check the license of a toolbox

96 vues (au cours des 30 derniers jours)
Joy Tonto
Joy Tonto le 19 Avr 2019
Commenté : Joy Tonto le 19 Avr 2019
How to check if tool box is activated or not ?

Réponse acceptée

Pruthvi G
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.
  1 commentaire
Joy Tonto
Joy Tonto le 19 Avr 2019
Thank you :)

Connectez-vous pour commenter.

Plus de réponses (0)

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!

Translated by