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

17 ビュー (過去 30 日間)
Ram Krishnan
Ram Krishnan 2019 年 4 月 6 日
コメント済み: Ram Krishnan 2019 年 4 月 7 日
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
  1 件のコメント
Ram Krishnan
Ram Krishnan 2019 年 4 月 7 日
Per,
Thank you, that worked! This will help me buy just the modules I need.
Ram

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction 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