How to find which toolboxes are required for compiled standalone app?
15 次查看(过去 30 天)
显示 更早的评论
My question is straightforward:
Is there away to check which toolbox are required after mcc command.
I can see the file requiredMCRProducts.txt produced by mcc as example contains the list of "Product IDs" like this
35000 35003 35010 35106
It does not speak to me much, is there any way to know what kind to toolbox/version behind those numbers?
Or is there anotherway to figure it out?
1 个评论
Wave
2023-6-5
pcmn = matlab.depfun.internal.ProductComponentModuleNavigator;
pcmn.productInfo(35000) % Insert your number here
回答(1 个)
Mario Malic
2023-6-5
Hello,
Are you able to put your codes in a project? There is a Dependency Analyzer app which you can run and it tells you the required toolboxes.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Specify Design Requirements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!