mpmsearch
Description
mpmsearch(
displays packages whose
keyword
)Name
, DisplayName
, FormerNames
,
Summary
, or Description
property contains the
specified keyword. mpmsearch
performs a case-insensitive search for the
keyword in known repositories.
mpmsearch(
displays packages based
on the criteria specified by one or more name-value arguments.Name=Value
)
mpmsearch(
displays packages based on both the specified keyword and additional criteria.keyword
,Name=Value
)
returns an
array of pkg
= mpmsearch(___)matlab.mpm.Package
objects where each element is a package that meets the
specified criteria. The order of packages in the returned array is based on their order in
the MATLAB repository list. You can specify an output argument with any of the previous
syntaxes.
Examples
Input Arguments
Name-Value Arguments
Version History
Introduced in R2024b