matlab.mpm.PackageIdentifier
Description
A matlab.mpm.PackageIdentifier object stores package
identifying information (including Name, Version, and
UUID) for a single installed package. For more information about how
MATLAB uses this information, see Distinguish Between Packages Using Package Identifiers.
Creation
There are two ways to create a matlab.mpm.PackageIdentifier
object:
PackageIdentifierfunction — Use this function to create a package identifier by specifying amatlab.mpm.Packageobject.matlab.mpm.PackageIdentifierfunction (described below) — Use this function to create a package identifier by specifying the package name, version, and UUID.
pkgid = PackageIdentifier(pkg)
Description
Input Arguments
Output Arguments
Properties
Examples
Version History
Introduced in R2026a