Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to know which toolboxes i am implementing

1 回表示 (過去 30 日間)
Omar Baruch Moron Lopez
Omar Baruch Moron Lopez 2020 年 3 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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
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
per isakson 2020 年 3 月 30 日
編集済み: per isakson 2020 年 3 月 30 日

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by