無効なMEXファイルの改善方法について
Mostrar comentarios más antiguos
下記のエラーが表示されます。 どのように改善すればよいかご教示ください。
無効な 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
Respuesta aceptada
Más respuestas (1)
michio
el 22 de Feb. de 2018
2 votos
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.
Categorías
Más información sobre C++ MEX アプリケーション en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!