Main Content
matlab.mpm.PackageSpecifier
Description
A matlab.mpm.PackageSpecifier
object stores package
identifying information. You can use a package specifier to search for or install packages
using mpmsearch
or
mpminstall
.
Creation
Syntax
Description
creates the package specifier object using the specified string.pkgspec
= matlab.mpm.PackageSpecifier(specstr
)
,
if pkgspec
= matlab.mpm.PackageSpecifier(specstr
,Name=Value
)specstr
is just a package name, specifies the
VersionRange
property, ID
property, or both using
one or more name-value arguments.
Input Arguments
Properties
Examples
Version History
Introduced in R2024b