Why do I receive an error: "Invalid MEX-file ...mupadmex.mexw64: The specified module could not be found?"
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 7 Dez. 2015
Bearbeitet: MathWorks Support Team
am 10 Nov. 2022
I am attempting to perform a Symbolic Math Toolbox function but I am receiving an error:
"Invalid MEX-file ...mupadmex.mexw64: The specified module could not be found?"
How can I resolve this error?
Akzeptierte Antwort
MathWorks Support Team
am 10 Nov. 2022
Bearbeitet: MathWorks Support Team
am 10 Nov. 2022
First, attempt to make sure the "mupadmex.mexw64" file is present on the system. The file path will be provided in the error message in MATLAB.
Make sure your account has permissions to read and execute this file.
If the file is present and you have read and execute permissions, the problem may be related to a false detection from an antivirus program. Please check your antivirus software to see if there have been any files quarantined from your MATLAB installation. If there are files from your MATLAB installation directory that have been quarantined, please restore them.
Then, you may need to create an exception in your antivirus program for the MATLAB installation folder and its subfolders.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!