フィルターのクリア

how to generate c++ static library from matlab code

9 ビュー (過去 30 日間)
Kaushik
Kaushik 2012 年 11 月 7 日
hi,
is it possible to generate c++ static library from matlab code. If so how.
Thanks

採用された回答

Kaustubha Govind
Kaustubha Govind 2012 年 11 月 7 日
Assuming that you are only using the subset of the MATLAB language that is supported for code-generation, you can generate a static library using the MATLAB Coder product.
If you can make do with DLLs/shared libraries, another option is MATLAB Compiler which supports most MATLAB functionality, but generates code that depends on some MATLAB run-time libraries, which requires that you install the MATLAB Compiler Runtime package on every machine that the library is deployed on.
  2 件のコメント
Elisabeth
Elisabeth 2013 年 1 月 30 日
Hi I have a matlab compiler but no matlab coder, how is the compiler used
Kaustubha Govind
Kaustubha Govind 2013 年 2 月 1 日
Please refer to the documentation.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by