Is there a way to query toolbox usage?
Afficher commentaires plus anciens
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?
Réponses (1)
Shashank Prasanna
le 18 Mar 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.
Catégories
En savoir plus sur Entering Commands dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!