How do I verify that a support package is installed in MATLAB?

How can I check whether a support package is installed within MATLAB?

 Accepted Answer

You can verify installed support packages from within MATLAB. See below methods based on your release. 

MATLAB R2015b and newer:

  1. Launch MATLAB.
  2. On the Home tab of the MATLAB Toolstrip, select Add-Ons.
  3. Click Manage Add-Ons.
  4. Review list of installed support packages. 

MATLAB R2015a and older:

  1. Launch MATLAB.
  2. Within the MATLAB command window, run:
    matlabshared.supportpkg.getInstalled
  3. Review list of installed support packages.

More Answers (0)

Categories

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!