matlab.mpm.Repository
Description
A MATLAB® package repository is a place where packages are stored and distributed.
Packages that are ready for distribution can be added to a repository, and end users can
install the package from the repository. MATLAB keeps a list of known repositories. When you search for a package using
mpmsearch
or
install a package using mpminstall
, the
MATLAB Package Manager finds packages on the MATLAB search path and in known repositories. For additional information, see Distribute Packages Using Folder-Based Repositories.
Creation
There are several ways to create a matlab.mpm.Repository
object:
Add a repository to the list of known repositories using
mpmAddRepository
.Return the list of known repositories using
mpmListRepositories
.
Properties
Object Functions
mpmAddRepository | Add repository to repository list |
mpmListRepositories | List known repositories |
mpmRemoveRepository | Remove repository from repository list |
Version History
Introduced in R2024b