What is the MATLAB Package Manager? How do I download and install products with it?
조회 수: 32 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2023년 3월 28일
편집: MathWorks Support Team
2025년 8월 28일 15:05
What is the MATLAB Package Manager? How do I download and install products with it?
채택된 답변
MathWorks Support Team
2025년 8월 28일 0:00
편집: MathWorks Support Team
2025년 8월 28일 15:05
The MATLAB Package Manager (MPM) is used to create and manage user-authored packages from within MATLAB, and to install MathWorks products and support packages from outside of MATLAB.
Within MATLAB, MPM supports the installation of user-authored packages from a private package repository. A package is a collection of MATLAB code, related files, and a package definition file that defines the package identity and dependencies. When installing a package, MPM ensures that all required dependent libraries are automatically installed. To learn more, see Organize and Distribute Code Using MATLAB Package Manager.
Outside of MATLAB, MPM enables scripted, automated installation of MATLAB, other MathWorks products, and Support Packages. MPM is ideal for creating container and machine images with tools like Docker, Packer, and Microsoft Configuration Manager. MPM is supported on Windows, Linux, and Mac. To learn more, see Install Programmatically Using MATLAB Package Manager.
MPM can be obtained from the following documentation:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Manage Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!