Effacer les filtres
Effacer les filtres

How can I tell which modules are being used in my program?

5 vues (au cours des 30 derniers jours)
Ram Krishnan
Ram Krishnan le 6 Avr 2019
Commenté : Ram Krishnan le 7 Avr 2019
I have been running a trial version of Matlab 2018b which came in a package of different modules. It is now time to buy. How can I tell which modules are being used by my program?

Réponse acceptée

per isakson
per isakson le 6 Avr 2019
Modifié(e) : per isakson le 6 Avr 2019
Try
[flist,plist] = matlab.codetools.requiredFilesAndProducts('your_program_name');
the answer is in plist - hopefully
  1 commentaire
Ram Krishnan
Ram Krishnan le 7 Avr 2019
Per,
Thank you, that worked! This will help me buy just the modules I need.
Ram

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Tags

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by