测试从 MATLAB 代码生成的代码
MATLAB® Coder™ 帮助您测试生成的代码。
如果您使用 MATLAB Coder 生成 MEX 函数,您可以在 App 中测试 MEX 函数。如果使用 codegen
生成 MEX 函数,请使用 coder.runTest
测试 MEX 函数。或者,使用 codegen
-test
选项。
如果您有 Embedded Coder®,您可以通过使用软件在环 (SIL) 或处理器在环 (PIL) 执行来验证生成的 C/C++ 代码的数值行为。您还可以生成执行时间的概要文件。
相关主题
- Verify MEX Functions in the MATLAB Coder App
- Verify MEX Functions at the Command Line
- Code Verification Through Software-in-the-Loop and Processor-in-the-Loop Execution (Embedded Coder)
- SIL 和 PIL 的执行时间探查 (Embedded Coder)
- Unit Test Generated Code with MATLAB Coder
- Unit Test External C Code with MATLAB Coder