Why am I getting "Invalid MEX file: Library Not Loaded" error
3 ビュー (過去 30 日間)
古いコメントを表示
The function I'm trying to use references a MEX file and I keep getting the following error:
Invalid MEX-file '/Users/aalonso/Documents/MATLAB/yin/private/rsmooth.mexmaci64':
dlopen(/Users/aalonso/Documents/MATLAB/yin/private/rsmooth.mexmaci64, 6): Library not loaded: @loader_path/libmex.dylib
Referenced from: /Users/aalonso/Documents/MATLAB/yin/private/rsmooth.mexmaci64
Reason: image not found.
I've never encountered MEX files before and honestly I'm not sure where to start.
Any help is greatly appreciated!
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!