Statistics Toolbox is not getting installed with R2025a or R2025b

Our campus license includes the Statistics and Machine Learning Toolbox, but it is not getting installed with our installations of Matlab R2025a or R2025b. The %ProgramFiles%\Matlab\R2025a\toolbox\stats folder doesn't get created and the component (though listed within Matlab) is not usable.
We are installing through Configuration Manager using an application built from the downloaded ISO. If I uninstall the toolbox manually and then reinstall it, the components are there (though I also have to manually reinstall all other toolboxes that are dependent on Statistics toolbox), so our license is obviously fine.

댓글 수: 1

Drew
Drew 2026년 1월 5일
편집: Drew 2026년 1월 5일
This is likely caused by extracting the MATLAB ISO using third-party utilities. See https://www.mathworks.com/support/bugreports/3743526 "Statistics and Machine Learning Toolbox and other products fail to install from MATLAB ISO extracted using third-party utilities (3743526)" for more info.

댓글을 달려면 로그인하십시오.

 채택된 답변

Mark
Mark 2025년 11월 28일
Hi Bradley
Ive recently encountered this problem too, the suggestion I got from support was to reinstall matlab, apparently its a known issue with this release. We have approx 1000 teaching machines with Matlab on so this wasnt really a realistic suggestion. After several days of digging I came up with something.
$matlab_root\bin\win64\MathWorksProductUninstaller.exe --destination "C:\Program Files\MATLAB\R2025a" --basecode `"ST`"
will remove just the Statistics and Machine Learning toolbox, plus the 9 toolboxes that depend on it.
Then i used the relatively new (at least to me) Matlab package manager (mpm.exe)
mpm.exe install --inputfile mpm_input_r2025a.txt
with the contents of the input file as
updateLevel=0
product.Bioinformatics_Toolbox
product.Econometrics_Toolbox
product.Financial_Instruments_Toolbox
product.Financial_Toolbox
product.Model-Based_Calibration_Toolbox
product.Predictive_Maintenance_Toolbox
product.Risk_Management_Toolbox
product.SimBiology
product.Statistics_and_Machine_Learning_Toolbox
product.Text_Analytics_Toolbox
Annoyingly the uninstaller opens matlab addons explorer after it finishes, but we use PSADT to script application installs, and it has a feature to block executables from running, so i used it to block matlab.exe, put those two commands in, works ok after a bit of testing.
We use intune rather than SCCM, but that shouldnt matter.
Mathworks really need to document whats available for installation/uninstallation far better than they do.

추가 답변 (3개)

Drew
Drew 2026년 1월 5일
편집: Drew 2026년 1월 5일

1 개 추천

This is likely caused by extracting the MATLAB ISO using third-party utilities. See https://www.mathworks.com/support/bugreports/3743526 "Statistics and Machine Learning Toolbox and other products fail to install from MATLAB ISO extracted using third-party utilities (3743526)" for more info.
Ivy
Ivy 2025년 11월 14일

0 개 추천

Hello Bradley,
I suggest uninstalling the currently installed MATLAB, and try again with a download-without-installing method:
If the issue does not resolve this way, please consider reaching out to the support team.

댓글 수: 2

Xiaoli Mao
Xiaoli Mao 2025년 12월 18일
편집: Xiaoli Mao 2026년 1월 5일

Ist this really a serious solution from Mathworks stuff? We have thousands of users. Most of them do not have local admin rights.

Hi Xiaoli,
I understand your frustration, from my understanding, we have a few workarounds and they do require running the installer/uninstaller so admin permissions are required (at least on Windows).
If you are looking for a way to automate the process, you can reach out to our support team so we can take a closer look at the use case and details and offer better solutions.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2025년 10월 22일

편집:

2026년 1월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by