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

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?

 Accepted Answer

Try
[flist,plist] = matlab.codetools.requiredFilesAndProducts('your_program_name');
the answer is in plist - hopefully

1 Comment

Per,
Thank you, that worked! This will help me buy just the modules I need.
Ram

Sign in to comment.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Products

Release

R2018b

Tags

Community Treasure Hunt

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

Start Hunting!