Main Content

matlabshared.supportpkg.getInstalled

List of installed support packages

Description

example

matlabshared.supportpkg.getInstalled displays information about installed support packages in the MATLAB® Command Window.

info = matlabshared.supportpkg.getInstalled returns a structured array of information about installed support packages.

Examples

collapse all

matlabshared.supportpkg.getInstalled
Name   Version Base Product
------- ------- ------------
Arduino 3.0     Simulink
info = matlabshared.supportpkg.getInstalled
info = matlabshared.supportpkg.checkForUpdate

                Name: 'Arduino'
    InstalledVersion: '3.0'
         BaseProduct: 'Simulink'

Output Arguments

collapse all

Information about installed support packages, returned as a structured array.

Version History

Introduced in R2014b

See Also

External Websites