無効なMEXファイルの改善方法について
Show older comments
下記のエラーが表示されます。 どのように改善すればよいかご教示ください。
無効な MEX ファイル 'c:\spm8\spm8\external\fieldtrip\fileio\private\ft_getopt.mexw64': 依存する共有ライブラリがありません: 'c:\spm8\spm8\external\fieldtrip\fileio\private\ft_getopt.mexw64' で必要とされる 'MSVCR80.dll'
'c:\spm8\spm8\external\fieldtrip\fileio\private\ft_getopt.mexw64' で必要とされる 'C:\Program Files\MATLAB\R2017a/bin/win64\libmx.dll' にシンボル 'mxErrMsgTxt' がありません。
エラー: ft_read_header (line 110) retry = ft_getopt(varargin, 'retry', false); % the default is not to retry reading the header
Accepted Answer
More Answers (1)
michio
on 22 Feb 2018
2 votes
http://www.fil.ion.ucl.ac.uk/spm/software/spm8/ に下記の記載があります。直接の解決策ではありませんが、SMP8 は R2017a で使うことは想定されていない模様です。
SPM8 is designed to work from MATLAB versions 7.1 (R14SP3) to 8.5 (R2015a), and will not work with earlier versions.
SPM12 is designed to work with MATLAB versions 7.4 (R2007a) to 9.3 (R2017b), and will not work with earlier versions.
Categories
Find more on C++ MEX アプリケーション in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!