List toolboxes currently in use by session
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How can one list what features (toolboxes) are currently signed out for the current session?
0 comentarios
Respuestas (2)
Joseph Cheng
el 22 de Sept. de 2015
Editada: Andreas Goser
el 23 de Sept. de 2015
license('inuse')
will show the toolboxes checked out
1 comentario
Andreas Goser
el 23 de Sept. de 2015
Important to note is that
ver
as suggested below is only showing the installed products, not the used ones.
Bastien Chardonnens
el 22 de Sept. de 2015
The function
ver
will give you this information
0 comentarios
Ver también
Categorías
Más información sobre Platform and License en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!