How to find the exact toolbox being used from the license name ?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Yasho Bharat Boggarapu
am 6 Apr. 2023
Bearbeitet: Abderrahim. B
am 6 Apr. 2023
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 ?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Abderrahim. B
am 6 Apr. 2023
Bearbeitet: Abderrahim. B
am 6 Apr. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!