フィルターのクリア

How to compile the .m file and use it in VC++

4 ビュー (過去 30 日間)
Yang
Yang 2011 年 6 月 7 日
Dear all,
Which technique should I use?

採用された回答

Titus Edelhofer
Titus Edelhofer 2011 年 6 月 7 日
Hi,
use the MATLAB compiler and generate a C/C++-Shared Library ... just start
deploytool
and follow the steps ...
Titus
  3 件のコメント
Kaustubha Govind
Kaustubha Govind 2011 年 6 月 7 日
You need to first install a supported C/C++ compiler. Look for your MATLAB release number and your machine platform in the list at: http://www.mathworks.com/support/compilers/R2011a/win32.html
Titus Edelhofer
Titus Edelhofer 2011 年 6 月 7 日
Hi,
since your question is about VC++, I guess you are working on Windows. Since no compiler shows up, you are using 64 Bit MATLAB? If you run "mbuild -setup" and hit "n" for not showing the installed compilers, a list shows up with the supported ones ...
Titus

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeploy to C++ Applications Using mwArray API (C++03) についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by