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 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