All About Software in the Loop in MATLAB

版本 1.0.0.0 (906.6 KB) 作者: Kerry Schutz
This white paper describes how Software-in-the-Loop works in a MATLAB workflow.
326.0 次下载
更新时间 2016/11/21

查看许可证

Many companies are using automatic C code generation to convert their MATLAB functions to C code. This alleviates the time-consuming task of porting complex algorithms to C. While this accelerates the process of going from MATLAB to C, the bottleneck of verifying the C code remains. This is where Software-in-the-Loop (SIL) comes in. SIL is a verification technique using a MATLAB testbench to drive an executable running outside MATLAB. SIL verifies your generated C code is correct and it profiles performance without writing code and all in the MATLAB environment.

引用格式

Kerry Schutz (2024). All About Software in the Loop in MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/60245-all-about-software-in-the-loop-in-matlab), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
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.0.0.0

Added a summary section to the white paper