MATLAB 2010aを使用しており、スクリプトをスタンドアロンのWindows.exeファイルにコンパイルしたいと思います。問題は、使用するときにmbuild -setup
Visual Studio 2010のオプションがないことです。MEXファイル用のパッチがあることを確認しました。このパッチをインストールしましたが、役に立ちません。
>> mbuild -setup
Please choose your compiler for building standalone MATLAB applications:
Would you like mbuild to locate installed compilers [y]/n? n
Select a compiler:
[1] Microsoft Visual C++ 2005 SP1
[2] Microsoft Visual C++ 2008 Express
[3] Microsoft Visual C++ 2008 SP1
[0] None
何か案は?
を選択[3]
しても、とにかく見つかりません。使用するコンパイラは関係ありません。ただ動作させたいだけです。
編集
[y]
尋ねられたときに選択するPlease choose your compiler for building standalone MATLAB applications:
と、次のようになります。
>> mbuild -setup
Please choose your compiler for building standalone MATLAB applications:
Would you like mbuild to locate installed compilers [y]/n? y
Select a compiler:
[0] None
Compiler: 0
mbuild: No compiler selected. No action taken.
しのびい