How to install "mpm" command?
조회 수: 59 (최근 30일)
이전 댓글 표시
Hello,
The Matlab R2023a was successfully installed on Debian 12 and its documents was downloads too. Follow the instruction, the command below didn't run successfully as "mpm: command not found"
mpm install-doc --matlabroot=/home/jomalley/matlab
댓글 수: 0
답변 (2개)
Kojiro Saito
2023년 8월 3일
편집: Kojiro Saito
2023년 8월 3일
There are two MPM, one is in MATLAB installation (with matlab -mpm) and the other is from GitHub. I found that mpm install-doc does not work in MATLAB and works in GitHub version.
You need the download MPM in Linux terminal.
wget https://www.mathworks.com/mpm/glnxa64/mpm
chmod +x mpm
Then, run mpm install-doc from Linux terminal.
./mpm install-doc --matlabroot=/home/username/matlab --source=/path/to/source
댓글 수: 6
cui,xingxing
2023년 9월 18일
so how mpm install mathworks products on windows offine?@Kojiro Saito
cui,xingxing
2023년 9월 18일
편집: cui,xingxing
2024년 3월 8일
cui,xingxing
2024년 3월 8일
Note: The "mountedDocImage/bin/arch" in the offline ISO documentation image already contains the MPM executable, so there is no need to download MPM again.
Once you have downloaded the offline document ISO image, follow the steps below.
For example:
Windows:
cd mountedDocImage/bin/arch
.\mpm install-doc --matlabroot="C:\Program Files\MATLAB\R2024a" --destination="C:\Program Files\MATLAB\R2024a"
Reference:
댓글 수: 2
appfr
2024년 3월 25일
What does mpm exactly do that could cause "access denied" problems (I tried the admin mode command prompt to no avail)? I remember I had similar trouble with R2023(a/b) and somehow it ended up working if I waited with the ISO loaded as virtual CD for a few hours then retried the command..
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1650876/image.png)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!