Borrar filtros
Borrar filtros

error with edfmex: Invalid MEX-file - Missing dependent shared libraries

3 visualizaciones (últimos 30 días)
Hi,
I installed Matlab R2018a on my new computer (Win 10 Enterprise, 64 bit). I wanted to run a script I used many times before and got an error for this line:
edfmex(fname) % fname is a path to a filename
The error message is
Invalid MEX-file 'F:\scripts\edfmex.mexw64': Missing dependent shared libraries:
'edfapi64.dll' required by 'F:\scripts\edfmex.mexw64'
'MSVCP90.dll' required by 'F:\scripts\edfmex.mexw64'
'MSVCR90.dll' required by 'F:\scripts\edfmex.mexw64'.
So I downloaded a more recent version of edfmex.mexw64 and now there seems to be fewer dll files required, see this error message:
Invalid MEX-file 'F:\scripts\edfmex.mexw64': Missing dependent shared libraries:
'edfapi64.dll' required by 'F:\scripts\edfmex.mexw64'.
I also installed Microsoft Visual C++ 2005 Redistributable as this was recommended somewhere. Unfortunately, it didn't change anything.
How can I fix this? Thanks, T

Respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by