All About Software in the Loop in MATLAB

This white paper describes how Software-in-the-Loop works in a MATLAB workflow.
343 Downloads
Aktualisiert 21. Nov 2016

Lizenz anzeigen

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.

Zitieren als

Kerry Schutz (2025). All About Software in the Loop in MATLAB (https://de.mathworks.com/matlabcentral/fileexchange/60245-all-about-software-in-the-loop-in-matlab), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2016b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu MATLAB Coder finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

Added a summary section to the white paper