How to find the exact toolbox being used from the license name ?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Yasho Bharat Boggarapu
le 6 Avr 2023
Modifié(e) : Abderrahim. B
le 6 Avr 2023
I am looking at the licenses in use while running some simulation . I found the info as below :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1347094/image.jpeg)
I want to find out the toolbox to which the licenses "real-time_wrokshop" ,"signal_toolbox","xpc_target" refer to exactly ?
0 commentaires
Réponse acceptée
Plus de réponses (1)
Abderrahim. B
le 6 Avr 2023
Modifié(e) : Abderrahim. B
le 6 Avr 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
0 commentaires
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!