필터 지우기
필터 지우기

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 ?

채택된 답변

Stephen23
Stephen23 2023년 4월 6일

추가 답변 (1개)

Abderrahim. B
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

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by