• ベストアンサー

MATLABのコンパイルについて

MATLABのR14SP3を使っているのですが、 コンパイルをしようとするとエラーが発生します。 どうやら使っているmexファイルが旧式のために使えないようです。 書き換えはどのようにしたら良いでしょうか? 以下がエラー文です よろしくお願いします *************************************************************************** Warning: The file extension of 32-bit Windows MEX-files was changed from ".dll" to ".mexw32" in MATLAB 7.1 (R14SP3). The generated MEX-file will not be found by MATLAB versions prior to 7.1. Use the -output option with the ".dll" file extension to generate a MEX-file that can be called in previous versions. For more information see: MATLAB 7.1 Release Notes, New File Extension for MEX-Files on Windows ***************************************************************************

質問者が選んだベストアンサー

  • ベストアンサー
  • king156
  • ベストアンサー率23% (3/13)
回答No.1

高専生の方ですか?

kikaisuga
質問者

お礼

いえ、大学生です

その他の回答 (1)

  • sgwjn
  • ベストアンサー率70% (47/67)
回答No.2

http://www.cybernet.co.jp/matlab/library/library/file/T/TT024.pdf?id=TT024 http://www.ikko.k.hosei.ac.jp/joomla1011/content/view/20/29/ このあたりをよく読んでください。 検索すればすぐに見つかるような情報です。 なるべく自分で調べる癖を付けた方が良いですよ。

関連するQ&A