How to find the exact toolbox being used from the license name ?
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(1 个)
Abderrahim. B
2023-4-6
编辑:Abderrahim. B
2023-4-6
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!