Azzera filtri
Azzera filtri

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

5 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

per isakson
per isakson il 6 Apr 2019
Modificato: per isakson il 6 Apr 2019
Try
[flist,plist] = matlab.codetools.requiredFilesAndProducts('your_program_name');
the answer is in plist - hopefully

Più risposte (0)

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Tag

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by