Is there a way to query toolbox usage?
Show older comments
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?
Answers (1)
Shashank Prasanna
on 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.
Categories
Find more on Entering Commands in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!