Check the license of a toolbox
68 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Joy Tonto
am 19 Apr. 2019
Kommentiert: Joy Tonto
am 19 Apr. 2019
How to check if tool box is activated or not ?
0 Kommentare
Akzeptierte Antwort
Pruthvi G
am 19 Apr. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Install Products finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!