Borrar filtros
Borrar filtros

How to find the exact toolbox being used from the license name ?

6 visualizaciones (últimos 30 días)
I am looking at the licenses in use while running some simulation . I found the info as below :
I want to find out the toolbox to which the licenses "real-time_wrokshop" ,"signal_toolbox","xpc_target" refer to exactly ?

Respuesta aceptada

Stephen23
Stephen23 el 6 de Abr. de 2023

Más respuestas (1)

Abderrahim. B
Abderrahim. B el 6 de Abr. de 2023
Editada: Abderrahim. B el 6 de Abr. de 2023
Hi!
You may want to check my file exchange scripts
Try to use the function as below if you are interested in returning only toolboxes names
toolboxName_inuse = toolboxIdentifier(license('inuse'))
I highly recommend that you add the scripts to the search path so you use it like a MATLAB built-in function.
Hope this helps

Categorías

Más información sobre Manage Products en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by