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!