Using Legacy Code with MATLAB Coder

Some examples on building MATLAB code with existing C code

您现在正在关注此提交

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 (2026). Using Legacy Code with MATLAB Coder (https://ww2.mathworks.cn/matlabcentral/fileexchange/51553-using-legacy-code-with-matlab-coder), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 MATLAB Coder 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
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.