Using Legacy Code with MATLAB Coder

버전 1.1.0.1 (7.87 KB) 작성자: Anders Sollander
Some examples on building MATLAB code with existing C code
다운로드 수: 704
업데이트 날짜: 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 CenterMATLAB Answers에서 MATLAB 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.