How to know which toolboxes i am implementing
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
hello, I have a long code, and I just loose the count of which toolboxes I used, there is a way to know which toolboxes I am implementing on a specific code?... I need it for create the code report.
1 个评论
Gabriel Melendez
2020-3-30
You can use the next command just after opening MATLAB and running your code.
license('inuse')
This command will show you the toolboxes used in your code.
回答(1 个)
per isakson
2020-3-30
编辑:per isakson
2020-3-30
0 个投票
0 个评论
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!