mpmRemoveRepository - Remove repository from repository list - MATLAB (original) (raw)

Main Content

Remove repository from repository list

Since R2024b

Syntax

Description

mpmRemoveRepository([repoLocation](#mw%5Ff82f5022-76ec-49b8-979c-c9057b6097f3)) removes the specified repository from the MATLABĀ® repository list.

example

mpmRemoveRepository([repoObj](#mw%5F1efa9229-1a8e-4966-a585-0d152e47bf80)) removes the specified matlab.mpm.Repository object from the list of known repositories.

Examples

collapse all

Remove the repository located atC:\MyCode\MyPackageRepository from the repository list.

mpmRemoveRepository("C:\MyCode\MyPackageRepository")

Input Arguments

collapse all

Repository location or name, specified as a string array, character vector, or cell array of character vectors where each element contains the location or name of the repository to be removed from the MATLAB repository list.

Version History

Introduced in R2024b