The specified module could not be found! matlab 2014b

1 Ansicht (letzte 30 Tage)
F R
F R am 25 Okt. 2017
Kommentiert: F R am 26 Okt. 2017
With a simple math('2+2') I get an error message of: Invalid MEX-file 'C:\Users\Advanced\Includes\External\mathematica\mathematicaWINDOWS\math.dll': The specified module could not be found.
And when I check this directory the file math.dll is there! this path is also on the system path. Anybody can help with this?
  4 Kommentare
Walter Roberson
Walter Roberson am 25 Okt. 2017
Mathworks does not provide a function named math() or a link to connect to Mathematica. Where did you obtain the function? Is it https://www.mathworks.com/matlabcentral/fileexchange/6044-mathematica-symbolic-toolbox-for-matlab-version-2-0 ?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Jan
Jan am 25 Okt. 2017
It is not "math.dll", which is missing, but a module used inside this library. Did it run before? Does it run on another computer? Did you follow the installation instructions carefully? Do you have Mathematica installed?
You can use the DependyWalker to find missing modules. Perhaps you only forgot to install the required runtime libraries of the compiler.
  6 Kommentare
Walter Roberson
Walter Roberson am 25 Okt. 2017
The A* complaints from DependencyWalker are false readings.
F R
F R am 26 Okt. 2017
I added the libmx.dll and libmex.dll which were missing to the directory of the missing dll and also I added the original directory of these dll files to the path. But, still getting the same problem

Melden Sie sich an, um zu kommentieren.

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!

Translated by