필터 지우기
필터 지우기

I am receiving "Installation Failed" when trying to run mpm to install Matlab 2023a Documentation. I have updated the mpm file.

조회 수: 12 (최근 30일)
I am receiving "Installation Failed" when trying to run mpm to install Matlab 2023a Documentation. I have updated the mpm file. Is there a logfile to find out what is failing?

답변 (1개)

Harshal Ritwik
Harshal Ritwik 2023년 7월 20일
Hi,  
As per my understanding you would like to know how to get the logfile when you run the “mpm” command. To get the logfile you need to add ‘-logfile “logfilename.log” ‘ with the mpm command. You will get the logs in the logfile. The following Code Snippet may help.
./mpm install --release=R2023a --products Robotics_System_Toolbox -logfile "log2.log"
Please refer to the following MATLAB Answer for more information.
I hope it helps! 
Thanks. 

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by