Is there a way to query toolbox usage?
Mostrar comentarios más antiguos
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?
Respuestas (1)
Shashank Prasanna
el 18 de Mzo. de 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.
Categorías
Más información sobre Entering Commands en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!