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

5 次查看(过去 30 天)
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?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by