How do I verify that a Support Package or App is installed?

5 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 31 Oct 2016
To get information about installed Support Packages or Apps, or verify that a Support Package or App is installed, you can use the following functions:
matlabshared.supportpkg.getInstalled
This will display information about installed Support Packages and Apps in the MATLAB® Command Window.
info = matlabshared.supportpkg.getInstalled
This returns a structured array of information about installed support packages and Apps.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

No release entered yet.

Community Treasure Hunt

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

Start Hunting!