Check the license of a toolbox

 Accepted Answer

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.

More Answers (0)

Categories

Asked:

on 19 Apr 2019

Commented:

on 19 Apr 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!