Why do I get a 'procedure entry point' error when trying to run the MATLAB Web Server?

21 Ansichten (letzte 30 Tage)
Why do I get the following error when trying to run the MATLAB Web Server?
ERROR: The procedure entry point mxSerialize could not be located in the dynamic link library libmx.dll

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 2 Dez. 2020
Bearbeitet: MathWorks Support Team am 2 Dez. 2020
This error indicates that you might have two different versions of MATLAB installed, and the $MATLAB\bin\win32 folder of the older version is defined first on your system path environment variable ($MATLAB refers to your root MATLAB directory).
To correct this problem, make sure that the $MATLAB\bin\win32 directory for the latest
version of MATLAB is defined first on your system path.
For information on setting your system path, please take a look the attached solution
For Windows 2000,
1) Right Click on My Computer icon.
2) Select Properties
3) Click on the Advanced tab
4) Click on the Environment Variables... button
5) Select the Path System variable
6) Click on the Edit Button

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by