How to know which toolboxes i am implementing
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
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 commentaire
Gabriel Melendez
le 30 Mar 2020
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.
Réponses (1)
per isakson
le 30 Mar 2020
Modifié(e) : per isakson
le 30 Mar 2020
0 votes
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!