Filter löschen
Filter löschen

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

5 Ansichten (letzte 30 Tage)
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?

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by