List toolboxes currently in use by session
3 views (last 30 days)
Show older comments
How can one list what features (toolboxes) are currently signed out for the current session?
0 Comments
Answers (2)
Joseph Cheng
on 22 Sep 2015
Edited: Andreas Goser
on 23 Sep 2015
license('inuse')
will show the toolboxes checked out
1 Comment
Andreas Goser
on 23 Sep 2015
Important to note is that
ver
as suggested below is only showing the installed products, not the used ones.
See Also
Categories
Find more on Platform and License 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!