Using Legacy Code with MATLAB Coder

Some examples on building MATLAB code with existing C code
ダウンロード: 703
更新 2016/9/1

ライセンスの表示

This file exchange submission contains some examples on how to include
custom C code when using MATLAB Coder, and how to support an implementation
for standard MATLAB functions not supported by MATLAB Coder. It also shows
how the build process can be more streamlined.
More information may be added here later, but for the moment, the examples must be understood by reading them.
The code in this example is described in more detail in this article: http://www.mathworks.com/company/newsletters/articles/using-legacy-code-with-matlab-coder.html?refresh=true

引用

Anders Sollander (2024). Using Legacy Code with MATLAB Coder (https://www.mathworks.com/matlabcentral/fileexchange/51553-using-legacy-code-with-matlab-coder), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMATLAB Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.1

Updated license

1.1.0.0

Added link to article.

1.0.0.0

Added some code anylsis relevant comments in some files.