フィルターのクリア

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

3 ビュー (過去 30 日間)
T FW
T FW 2018 年 10 月 31 日
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

回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by