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

17 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by