Is there a way to query toolbox usage?
Ältere Kommentare anzeigen
We're in the process of procuring additional licesnes but only want to purchase the toolboxes that are used most frequently. Is there a utility available or a way to query logs to find out which of our Matlab toolboxes are used the most?
Antworten (1)
Shashank Prasanna
am 18 Mär. 2013
I can't think of something that does this automatically, but I can suggest the following.
license('inuse')
Will give you all the licenses you have used at any given time while using MATLAB.
Create a
finish.m
Such that you can save information about what was used etc after each session
If you have a license manager that may keep a log as well.
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!