Main Content

matlabshared.supportpkg.checkForUpdate

List of support packages that can be updated (Not recommended)

checkForUpdate will be removed in a future release. To check for updates to support packages, on the MATLAB® Home tab, in the Environment section, click Help > Check for Updates.

Description

example

matlabshared.supportpkg.checkForUpdate displays information about support package updates in the MATLAB Command Window. If an update is available, use supportPackageInstaller to install the updates.

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

Examples

collapse all

matlabshared.supportpkg.checkForUpdate
No support packages need updates.

If one or more updates are available, the command line displays that information in the response.

info = matlabshared.supportpkg.checkForUpdate
info = 

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

Output Arguments

collapse all

Information about support package updates, returned as a structured array.

Version History

Introduced in R2014b